Skip to content

Commit

Permalink
change sequence of installation to test again
Browse files Browse the repository at this point in the history
  • Loading branch information
csyhuang committed Jul 11, 2024
1 parent c08060e commit 93322d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
python -m pip install -U pytest
python -m pip install --upgrade pip setuptools wheel
sudo apt-get install gfortran
python -m pip install numpy==1.22.3
python -m pip install scipy==1.9
python -m pip install xarray==2023.2.0
python setup.py develop
python -m pip install scipy==1.11.2
python -m pip install xarray==2024.1.1
python -m pip install numpy==1.24.4
python setup.py develop
- name: Test with pytest
run: |
coverage run -m pytest -k "not output_results"
Expand Down

0 comments on commit 93322d9

Please sign in to comment.