Skip to content

Commit

Permalink
FIX: fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
robbisg committed Jul 25, 2024
1 parent 665ffa3 commit 352f793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip install tk cytoolz
- name: Install package requirements.txt
run: |
if [ -f requirements-legacy.txt ]; then pip install -r requirements-legacy.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 352f793

Please sign in to comment.