Install the TA-Lib C library for use in GitHub Actions workflow.
jobs:
test:
runs-on: ubuntu-latest
name: Install TA-Lib
steps:
- uses: actions/checkout@v3
- uses: TA-Lib/setup-ta-lib@v1This 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@v1
with:
version: 0.6.4