Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling authored Apr 5, 2024
1 parent 0c8bc28 commit e2a3972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run:
|
python -m pip install --upgrade pip
pip install numpy
pip install numpy==1.23.1
pip install -e .[test]
- name: Test
run: pytest
Expand Down

0 comments on commit e2a3972

Please sign in to comment.