CI: Check that newly-installed numpy imports

The tests can't find it, so check here.
This commit is contained in:
DWesl 2024-03-14 08:09:12 -04:00 committed by GitHub
parent e3fb1f526a
commit b3958d173f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,6 +118,7 @@ jobs:
shell: dash.exe -l "{0}"
run: |
python3 -m pip install -U numpy --config-settings=setup-args="-Dblas=blas" --config-settings=setup-args="-Dlapack=lapack"
python3 -c "import numpy as np; print(np.__version__)"
- name: Build
shell: bash.exe -eo pipefail -o igncr "{0}"