Skip to content

TA-Lib/setup-ta-lib

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Setup TA-Lib as a Github Action

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors