Skip to content

Commit

Permalink
Update python-build-test.yml
Browse files Browse the repository at this point in the history
fix numpy version
  • Loading branch information
csyhuang authored Jul 11, 2024
1 parent 9542c7e commit 2f04803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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
python -m pip install numpy==1.22.3
python -m pip install scipy
python -m pip install xarray
python setup.py develop
Expand Down

0 comments on commit 2f04803

Please sign in to comment.