fix: use environment variable for PIP_ROOT_USER_ACTION (#265)
Some checks are pending
CodeQL analysis / CodeQL analysis (push) Waiting to run

* fix: error out on install failure in "Apply build artifact to the local machine" step

* fix: error out on pip installation / update failure

* fix: use environment variable for `PIP_ROOT_USER_ACTION`

This extends the fix from #259 since every platform for 3.8.10 / 3.9.13 has been rebuilt instead of just macOS arm64 being added.

The regression was introduced in #223
This commit is contained in:
Matthieu Darbois
2024-04-29 15:32:44 +02:00
committed by GitHub
parent b643f0d07f
commit 2573fc9af9
3 changed files with 8 additions and 2 deletions

View File

@ -123,6 +123,7 @@ jobs:
- name: Apply build artifact to the local machine
run: |
$PSNativeCommandUseErrorActionPreference = $true
if ('${{ matrix.platform }}' -eq 'win32') {
powershell ./setup.ps1
} else {