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:
DWesl 2024-03-14 10:54:12 -04:00 committed by GitHub
parent 66b92d3562
commit 610de3059a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"