Skip to content

Commit

Permalink
numpy.show_config changed api
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Nov 2, 2023
1 parent 41481de commit 5c3d16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
if [[ "$PYTHON_VERSION" == "3.7" ]] || [[ "$PYTHON_VERSION" == "3.8" ]]; then
python OLD_setup.py install
elif [[ "$PYTHON_VERSION" != "3.7" ]] && [[ "$PYTHON_VERSION" != "3.8" ]]; then
python -c "import numpy as np; print('NUMPY BLAS INFOS'); print(np.show_config('dicts'))"
python -c "import numpy as np; print('NUMPY BLAS INFOS'); print(np.show_config())"
python -m pip install .
fi
- name: Test
Expand Down

0 comments on commit 5c3d16c

Please sign in to comment.