Skip to content

Commit 1cab3b1

Browse files
authored
Update integration.yml
1 parent 86d8678 commit 1cab3b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install invoke .[test]
30+
- name: Install older numpy
31+
run: |
32+
python -m pip install numpy==1.26.4
3033
- name: Run integration tests
3134
run: invoke integration
3235

0 commit comments

Comments
 (0)