We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2522f18 commit 7e8ef22Copy full SHA for 7e8ef22
.github/workflows/github_workflows_build-2026_01.yml
@@ -262,7 +262,7 @@ jobs:
262
shell: pwsh
263
run: |
264
& "$env:build_location\python\python.exe" -m pip download --dest $env:dotwheelhouse --no-deps --require-hashes -r $env:WINPYREQUIREMENTS
265
- if ($env.WINPYREQUIREMENTSwhl -ne '') {
+ if ($env.WINPYREQUIREMENTSwhl -ne "") {
266
& "$env:build_location\python\python.exe" -m pip download --dest $env:destwheelhouse --no-deps --require-hashes -r $env:WINPYREQUIREMENTSwhl
267
}
268
0 commit comments