File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 8888 # would run with shell: pwsh
8989 #if (-not (Test-Path "dotpython")) { New-Item -ItemType Directory -Path "dotpython" | Out-Null }
9090 #Copy-Item -Path "winpython/portable/launchers_final/*" -Destination "dotpython/" -Recurse -Force
91-
91+
92+ mkdir "dotpython\wheelhouse"
93+
9294 - name : List dotpython contents (for debugging)
9395 shell : pwsh
9496 run : |
@@ -124,6 +126,9 @@ jobs:
124126 run : |
125127 & "$env:build_location\python\python.exe" -m pip download --dest dotpython\wheelhouse --no-deps --require-hashes -r $env:WINPYrequirements
126128
129+ - name : download wheelhouserequirements as hashed-requirements in $env:build_location\wheelhouse
130+ shell : pwsh
131+ run : |
127132 $destwheelhouse="$env:build_location\wheelhouse"
128133 if ($env:WINPYrequirementswhl -eq "") {
129134 Write-Output "no Wheelhouse"
You can’t perform that action at this time.
0 commit comments