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 9983190 commit 645d363Copy full SHA for 645d363
.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<2.0.0
+ python -m pip install "numpy<2.0.0"
33
- name: Run integration tests
34
run: invoke integration
35
0 commit comments