STY: Remove quotes around NumPy.

Necessary with version constraint, not without.

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
DWesl 2024-03-13 09:09:00 -04:00 committed by GitHub
parent c86fc90452
commit e3fb1f526a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,7 +117,7 @@ jobs:
- name: Upgrade NumPy
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 -m pip install -U numpy --config-settings=setup-args="-Dblas=blas" --config-settings=setup-args="-Dlapack=lapack"
- name: Build
shell: bash.exe -eo pipefail -o igncr "{0}"