fix: use environment variable for `PIP_ROOT_USER_ACTION` by mayeut · Pull Request #259 · actions/python-versions

@mayeut

The option does not exists in every pip version, using the environment variable allows for pip not to fail in this case.

jmarrec

@sitic sitic mentioned this pull request

Mar 24, 2024

9 tasks

aparnajyothi-y

priya-kinthali

@sitic sitic mentioned this pull request

Apr 24, 2024

5 tasks

HarithaVattikuti

mayeut added a commit to mayeut/python-versions that referenced this pull request

Apr 26, 2024
This extends the fix from actions#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 actions#223

Diviloper added a commit to MobilityDB/PyMEOS that referenced this pull request

Apr 27, 2024

HarithaVattikuti pushed a commit that referenced this pull request

Apr 29, 2024
* 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

EliahKagan added a commit to EliahKagan/GitPython that referenced this pull request

Jul 24, 2024