Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 authored Dec 13, 2024
1 parent 1cab3b1 commit 9983190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m pip install invoke .[test]
- name: Install older numpy
run: |
python -m pip install numpy==1.26.4
python -m pip install numpy<2.0.0
- name: Run integration tests
run: invoke integration

Expand Down

0 comments on commit 9983190

Please sign in to comment.