Skip to content

Commit 3084038

Browse files
committed
soap bubble cutting ?
1 parent f3554c4 commit 3084038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_workflows_build-2026_02.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
if: env.WINPYREQUIREMENTS != ''
180180
shell: pwsh
181181
run: |
182-
& "$env:build_location\python\python.exe" -m pip install --upgrade --force-reinstall pip
182+
& "$env:build_location\python\python.exe" -m pip install --upgrade --force-reinstall pip --no-warn-script-location
183183
& "$env:build_location\python\python.exe" -m pip install packaging
184184
& "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)"
185185
@@ -197,7 +197,7 @@ jobs:
197197
if: env.WINPYREQUIREMENTS != ''
198198
shell: pwsh
199199
run: |
200-
& "$env:build_location\python\python.exe" -m pip install --no-deps --no-index --trusted-host=None --find-links=$env:dotwheelhouse --require-hashes -r $env:WINPYREQUIREMENTS
200+
& "$env:build_location\python\python.exe" -m pip install --no-deps --no-index --trusted-host=None --find-links=$env:dotwheelhouse --require-hashes -r $env:WINPYREQUIREMENTS --no-warn-script-location
201201
202202
- name: Generate Assets and Hashes
203203
if: env.WINPYREQUIREMENTS != ''

0 commit comments

Comments
 (0)