Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2522f18

Browse files
committed
tweak
1 parent 1891998 commit 2522f18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github_workflows_build-2026_01.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
elif [ "$PYTHON_VERSION" = "3.15" ]; then
122122
echo "WINPYREQUIREMENTS=${{ matrix.flavor.REQUIREMENTS_315 }}" >> $GITHUB_ENV
123123
echo "WINPYREQUIREMENTSwhl=${{ matrix.flavor.REQUIREMENTS_WHL_315 }}" >> $GITHUB_ENV
124-
echo "WINPYVERSION=315" >> $GITHUB_ENV
125124
WINPYVER2="3.15.0.1"
126125
fi
127126
@@ -263,7 +262,7 @@ jobs:
263262
shell: pwsh
264263
run: |
265264
& "$env:build_location\python\python.exe" -m pip download --dest $env:dotwheelhouse --no-deps --require-hashes -r $env:WINPYREQUIREMENTS
266-
if (env.WINPYREQUIREMENTSwhl -ne '') {
265+
if ($env.WINPYREQUIREMENTSwhl -ne '') {
267266
& "$env:build_location\python\python.exe" -m pip download --dest $env:destwheelhouse --no-deps --require-hashes -r $env:WINPYREQUIREMENTSwhl
268267
}
269268

0 commit comments

Comments
 (0)