Skip to content

Commit

Permalink
Fixing error in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 10, 2024
1 parent 373c26f commit c422626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ jobs:

- name: Build wheel via wheel, then install it
run: |
python -m pip install build
python -m build # This will pull in numpy 2.0 in an isolated env
python -m pip install dist/*.whl
- name: Test against oldest supported numpy version
run: |
python -m pip install numpy==1.23.5
# now run test suite
pytest
- name: Install dependencies
run: |
Expand Down

0 comments on commit c422626

Please sign in to comment.