We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c205008 commit 7a78d81Copy full SHA for 7a78d81
.github/workflows/tests.yml
@@ -104,5 +104,5 @@ jobs:
104
105
- name: Run tests (Numpy 1.xx)
106
run: |
107
- python -m pip install numpy==1 pytest
+ python -m pip install numpy==1.26.4 pytest
108
pytest python/fastscapelib/tests -vv --color=yes
0 commit comments