File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 run : |
1616 echo "WINPYARCH=64" >> $GITHUB_ENV
1717 echo "WINPYVERSION=313" >> $GITHUB_ENV
18- echo "WINPYrequirements=winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt" >> $GITHUB_ENV
19- echo "WINPYrequirementswhl=winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3_wheels .txt" >> $GITHUB_ENV
18+ echo "WINPYrequirements =winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt" >> $GITHUB_ENV
19+ echo "WINPYrequirementswhl=winpython\portable\cycle_2025_04\requir.64-3_13_5_1whlb3_wheels .txt" >> $GITHUB_ENV
2020 echo "WINPYZIP=0">> $GITHUB_ENV
2121 echo "WINPY7Z=1">> $GITHUB_ENV
2222 echo "WINPYEXE=0">> $GITHUB_ENV
@@ -128,7 +128,7 @@ jobs:
128128 if ($env:WINPYrequirementswhl -eq "") {
129129 Write-Output "no Wheelhouse"
130130 } else {
131- & "$env:build_location\python\python.exe" -m pip download --dest dotpython\wheelhouse --no-deps --require-hashes -r $env:WINPYrequirementswhl
131+ & "$env:build_location\python\python.exe" -m pip download --dest $destwheelhouse --no-deps --require-hashes -r $env:WINPYrequirementswhl
132132 }
133133 - name : install requirements as hashed-requirements from dotpython\wheelhouse
134134 shell : pwsh
You can’t perform that action at this time.
0 commit comments