mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-06 05:20:09 +03:00
CI: Remove debug print from NumPy install
It's working again, so this isn't relevant anymore. Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
66b92d3562
commit
610de3059a
1
.github/workflows/test-cygwin.yml
vendored
1
.github/workflows/test-cygwin.yml
vendored
|
@ -119,7 +119,6 @@ jobs:
|
|||
shell: C:/tools/cygwin/bin/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: C:/tools/cygwin/bin/bash.exe -eo pipefail -o igncr "{0}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user