We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cab3b1 commit 9983190Copy full SHA for 9983190
.github/workflows/integration.yml
@@ -29,7 +29,7 @@ jobs:
29
python -m pip install invoke .[test]
30
- name: Install older numpy
31
run: |
32
- python -m pip install numpy==1.26.4
+ python -m pip install numpy<2.0.0
33
- name: Run integration tests
34
run: invoke integration
35
0 commit comments