Skip to content

Commit 26d4ce2

Browse files
committed
use numpy 1.* for the runner
1 parent 8d559b6 commit 26d4ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
python -m pip install flake8 pytest
32+
pip install numpy<2.0 numba
3233
pip install torch --index-url https://download.pytorch.org/whl/cpu
33-
pip install numpy numba
3434
- name: Lint with flake8
3535
run: |
3636
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)