We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91b1db commit 1cabd3cCopy full SHA for 1cabd3c
.github/workflows/windows-build.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Decompress Python runtime
61
shell: pwsh
62
run: |
63
- # BUG FIX: The zstd executable is in a nested directory after extraction.
+ # The zstd executable is in a nested directory after extraction.
64
# Use the correct path to the executable.
65
.\zstd\zstd-v1.5.5-win64\zstd.exe -d python-standalone.tar.zst -o python-standalone.tar
66
tar -xf python-standalone.tar
@@ -76,7 +76,6 @@ jobs:
76
77
78
if (-not (Test-Path "python_runtime\python.exe")) { exit 1 }
79
- if (-not (Test-Path "python_runtime\Scripts\pip.exe")) { exit 1 }
80
81
- name: Upgrade pip in portable runtime
82
0 commit comments