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 86d8678 commit 1cab3b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install invoke .[test]
- name: Install older numpy
run: |
python -m pip install numpy==1.26.4
- name: Run integration tests
run: invoke integration

Expand Down

0 comments on commit 1cab3b1

Please sign in to comment.