Skip to content

Commit

Permalink
Try a different scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Oct 17, 2023
1 parent 0fa0346 commit 02fe4a6
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 @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
scipy-version: ['1.0.0', '1.11.3']
scipy-version: ['1.1', '1.11']
os: [macos-latest, ubuntu-latest]

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
$CONDA/bin/conda install mkl python=${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
python -m pip install scipy==${{ matrix.scipy-version }}
python -m pip install numpy pytest coverage
- name: Test with pytest & coverage
Expand Down

0 comments on commit 02fe4a6

Please sign in to comment.