diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 145cb72..089db55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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