Skip to content

Commit

Permalink
pin scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Aug 12, 2024
1 parent a441711 commit 6e83d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python -m pip install git+https://github.com/desihub/desispec.git@${DESISPEC_VERSION}#egg=desispec
python -m pip install git+https://github.com/desihub/desitarget.git@${DESITARGET_VERSION}#egg=desitarget
python -m pip install --upgrade "numpy${{ matrix.numpy-version }}"
python -m pip install --upgrade "astropy${{ matrix.astropy-version }}" scipy fitsio numba
python -m pip install --upgrade "astropy${{ matrix.astropy-version }}" 'scipy<1.13' fitsio numba
python -m pip install --editable .[test]
- name: Run the test
run: pytest
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
python -m pip install git+https://github.com/desihub/desispec.git@${DESISPEC_VERSION}#egg=desispec
python -m pip install git+https://github.com/desihub/desitarget.git@${DESITARGET_VERSION}#egg=desitarget
python -m pip install --upgrade "numpy${{ matrix.numpy-version }}"
python -m pip install --upgrade "astropy${{ matrix.astropy-version }}" scipy fitsio numba
python -m pip install --upgrade "astropy${{ matrix.astropy-version }}" 'scipy<1.13' fitsio numba
python -m pip install --editable .[coverage]
- name: Run the test with coverage
run: pytest --cov
Expand Down

0 comments on commit 6e83d5e

Please sign in to comment.