Skip to content

Commit 7e8ef22

Browse files
committed
typo ?
1 parent 2522f18 commit 7e8ef22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_workflows_build-2026_01.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
shell: pwsh
263263
run: |
264264
& "$env:build_location\python\python.exe" -m pip download --dest $env:dotwheelhouse --no-deps --require-hashes -r $env:WINPYREQUIREMENTS
265-
if ($env.WINPYREQUIREMENTSwhl -ne '') {
265+
if ($env.WINPYREQUIREMENTSwhl -ne "") {
266266
& "$env:build_location\python\python.exe" -m pip download --dest $env:destwheelhouse --no-deps --require-hashes -r $env:WINPYREQUIREMENTSwhl
267267
}
268268

0 commit comments

Comments
 (0)