feature: add `update-environment` input by mayeut · Pull Request #411 · actions/setup-python

@mayeut requested a review from a team

May 26, 2022 14:20

mayeut

brcrista

brcrista

brcrista

@mayeut

This option allows to specify if the action shall update environment variables (default) or not.
This allows to use the setup-python action in a composite action without side effect (except downloading/installing python if version is missing).

@mayeut mayeut changed the title feature: add no-environment-update input feature: add update-environment input

Jun 23, 2022

dmitry-shibanov

marko-zivic-93

IvanZosimov

brcrista

vsafonkin

tomkinsc added a commit to broadinstitute/viral-phylo that referenced this pull request

Mar 20, 2024

tdfacer pushed a commit to ifit/setup-python that referenced this pull request

Oct 7, 2025
This option allows to specify if the action shall update environment variables (default) or not.
This allows to use the setup-python action in a composite action without side effect (except downloading/installing python if version is missing).