Skip to content

Commit d819a5c

Browse files
committed
fix github workflow to get pip.exe
1 parent 1cfcf67 commit d819a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github_workflows_build-2025_05.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
if: env.WINPYREQUIREMENTS != ''
245245
shell: pwsh
246246
run: |
247-
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
247+
& "$env:build_location\python\python.exe" -m pip install --upgrade --force-reinstall pip
248248
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==25.0
249249
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)"
250250

.github/workflows/github_workflows_build-2026_01.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
if: env.WINPYREQUIREMENTS != ''
181181
shell: pwsh
182182
run: |
183-
& "$env:build_location\python\python.exe" -m pip install --upgrade pip
183+
& "$env:build_location\python\python.exe" -m pip install --upgrade --force-reinstall pip
184184
& "$env:build_location\python\python.exe" -m pip install --upgrade packaging==25.0
185185
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)"
186186

0 commit comments

Comments
 (0)