Skip to content

Commit 1cabd3c

Browse files
author
Bryan Howard
committed
test
1 parent f91b1db commit 1cabd3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Decompress Python runtime
6161
shell: pwsh
6262
run: |
63-
# BUG FIX: The zstd executable is in a nested directory after extraction.
63+
# The zstd executable is in a nested directory after extraction.
6464
# Use the correct path to the executable.
6565
.\zstd\zstd-v1.5.5-win64\zstd.exe -d python-standalone.tar.zst -o python-standalone.tar
6666
tar -xf python-standalone.tar
@@ -76,7 +76,6 @@ jobs:
7676
shell: pwsh
7777
run: |
7878
if (-not (Test-Path "python_runtime\python.exe")) { exit 1 }
79-
if (-not (Test-Path "python_runtime\Scripts\pip.exe")) { exit 1 }
8079
8180
- name: Upgrade pip in portable runtime
8281
shell: pwsh

0 commit comments

Comments
 (0)