Skip to content

Commit

Permalink
don't install ta-lib in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Dec 16, 2024
1 parent 46e8737 commit 59927df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: uv python install

- name: Install the project
run: uv sync --all-extras --dev
run: uv sync --all-extras

- name: Run ruff checking
run: uvx ruff check
Expand Down

0 comments on commit 59927df

Please sign in to comment.