diff --git a/.github/workflows/test-cygwin.yml b/.github/workflows/test-cygwin.yml index c530ba4f7..084231e28 100644 --- a/.github/workflows/test-cygwin.yml +++ b/.github/workflows/test-cygwin.yml @@ -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}"