mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-05 21:10:11 +03:00
CI: Check that newly-installed numpy imports
The tests can't find it, so check here.
This commit is contained in:
parent
e3fb1f526a
commit
b3958d173f
1
.github/workflows/test-cygwin.yml
vendored
1
.github/workflows/test-cygwin.yml
vendored
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user