Skip to content

Commit

Permalink
no binary numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Mar 16, 2021
1 parent c825ea6 commit 3996c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if [ $NUMPY_VER = 'latest' ]; then
pip install numpy --upgrade;
else
pip install numpy==$NUMPY_VER;
pip install --no-binary :numpy: numpy==$NUMPY_VER;
fi
pip install scipy pandas xarray netCDF4 portalocker dask toolz
pip install sgp4 pyEphem aacgmv2
Expand Down

0 comments on commit 3996c73

Please sign in to comment.