Skip to content

Setup TA-Lib

Actions
Install TA-Lib C library from official GitHub releases for use in CI pipelines
v1
Latest
Star (1)

Tags

 (1)

setup-ta-lib

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

Usage

jobs:
  test:
    runs-on: ubuntu-latest
    name: Install TA-Lib
    steps:
      - 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@v1
    with:
      version: 0.6.4

Setup TA-Lib is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install TA-Lib C library from official GitHub releases for use in CI pipelines
v1
Latest

Tags

 (1)

Setup TA-Lib is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.