File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments