File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 != ''
You can’t perform that action at this time.
0 commit comments