Skip to content

Commit

Permalink
attempting to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tvercaut committed Sep 27, 2024
1 parent 350570f commit a64cd0d
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 @@ -31,7 +31,7 @@ jobs:
python -m pip install flake8 black
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
- name: numpy downgrade
if: matrix.torch-version == "1.13.1"
if: startsWith(matrix.torch-version, '1.13.1')
run: |
pip install "numpy<2"
- name: Lint check with flake8
Expand Down

0 comments on commit a64cd0d

Please sign in to comment.