Skip to content

Commit

Permalink
Actually add older scipy version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Oct 17, 2023
1 parent 46d2c4d commit 6c43e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade numpy scipy pytest coverage
python -m pip install --upgrade numpy pytest coverage
python -m pip install scipy=${{ matrix.scipy-version }}
- name: Test with pytest & coverage
run: |
python -m coverage run -m pytest
Expand Down

0 comments on commit 6c43e29

Please sign in to comment.