Skip to content

Commit

Permalink
pin scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Jul 22, 2024
1 parent abb9e86 commit 5825342
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 @@ -22,6 +22,7 @@ jobs:
astropy-version: ['==6.0.1']
fitsio-version: ['==1.2.1']
numpy-version: ['==1.22.4']
scipy-version: ['==1.8.1']
env:
DESIUTIL_VERSION: 3.2.5
DESIMODEL_DATA: branches/test-0.19
Expand Down Expand Up @@ -61,7 +62,7 @@ jobs:
#
python -m pip install pyyaml requests
echo "Step 7a" && python -c "import numpy as x; print(x.__version__)" || echo "no numpy yet"
python -m pip install scipy
python -m pip install -U 'scipy${{ matrix.scipy-version }}'
echo "Step 7b" && python -c "import numpy as x; print(x.__version__)" || echo "no numpy yet"
python -m pip install matplotlib
echo "Step 7c" && python -c "import numpy as x; print(x.__version__)" || echo "no numpy yet"
Expand Down

0 comments on commit 5825342

Please sign in to comment.