From 3084038a9be9746706a55107b5ceee64b53c2e59 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 5 Apr 2026 12:26:04 +0200 Subject: [PATCH] soap bubble cutting ? --- .github/workflows/github_workflows_build-2026_02.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_workflows_build-2026_02.yml b/.github/workflows/github_workflows_build-2026_02.yml index cb851121..79ca647b 100644 --- a/.github/workflows/github_workflows_build-2026_02.yml +++ b/.github/workflows/github_workflows_build-2026_02.yml @@ -179,7 +179,7 @@ jobs: if: env.WINPYREQUIREMENTS != '' shell: pwsh run: | - & "$env:build_location\python\python.exe" -m pip install --upgrade --force-reinstall pip + & "$env:build_location\python\python.exe" -m pip install --upgrade --force-reinstall pip --no-warn-script-location & "$env:build_location\python\python.exe" -m pip install packaging & "$env:build_location\python\python.exe" -c "from wppm import wppm;dist=wppm.Distribution();dist.patch_standard_packages('pip', to_movable=True)" @@ -197,7 +197,7 @@ jobs: if: env.WINPYREQUIREMENTS != '' shell: pwsh run: | - & "$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 + & "$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 - name: Generate Assets and Hashes if: env.WINPYREQUIREMENTS != ''