Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

setup-ta-lib

Install the TA-Lib C library for use in GitHub Actions workflow.

Usage

jobs:
test:
runs-on: ubuntu-latestname: Install TA-Libsteps:
- uses: actions/checkout@v3
- uses: TA-Lib/setup-ta-lib@v1

This will automatically install the latest TA-Lib C release.

If you want to install a particular version, you can:

 - uses: TA-Lib/setup-ta-lib@v1with:
version: 0.6.4

About

Setup TA-Lib as a Github Action

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors