Skip to content

Commit 7a78d81

Browse files
committed
fix pip install numpy version
1 parent c205008 commit 7a78d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ jobs:
104104
105105
- name: Run tests (Numpy 1.xx)
106106
run: |
107-
python -m pip install numpy==1 pytest
107+
python -m pip install numpy==1.26.4 pytest
108108
pytest python/fastscapelib/tests -vv --color=yes

0 commit comments

Comments
 (0)