Skip to content

Commit 9983190

Browse files
authored
Update integration.yml
1 parent 1cab3b1 commit 9983190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install invoke .[test]
3030
- name: Install older numpy
3131
run: |
32-
python -m pip install numpy==1.26.4
32+
python -m pip install numpy<2.0.0
3333
- name: Run integration tests
3434
run: invoke integration
3535

0 commit comments

Comments
 (0)