| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -179,7 +179,7 @@ jobs: | |||
| 179 | 179 | if: env.WINPYREQUIREMENTS != '' | |
| 180 | 180 | shell: pwsh | |
| 181 | 181 | 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 | ||
| 183 | 183 | & "$env:build_location\python\python.exe" -m pip install packaging | |
| 184 | 184 | & "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)" | |
| 185 | 185 | ||
@@ -197,7 +197,7 @@ jobs: | |||
| 197 | 197 | if: env.WINPYREQUIREMENTS != '' | |
| 198 | 198 | shell: pwsh | |
| 199 | 199 | 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 | ||
| 201 | 201 | ||
| 202 | 202 | - name: Generate Assets and Hashes | |
| 203 | 203 | if: env.WINPYREQUIREMENTS != '' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments