mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
Change README.md in order to add sentence about pythonLocation envvar
This commit is contained in:
parent
22678cd5c8
commit
0d36a4dae9
1 changed files with 2 additions and 0 deletions
|
@ -151,6 +151,8 @@ jobs:
|
||||||
- run: pipx run --python '${{ steps.cp310.outputs.python-path }}' nox --version
|
- run: pipx run --python '${{ steps.cp310.outputs.python-path }}' nox --version
|
||||||
```
|
```
|
||||||
|
|
||||||
|
>After finishing the action environment variable `pythonLocation` becomes available. It contains the path to the folder where the desired version of Python or PyPy is installed.
|
||||||
|
|
||||||
# Getting started with Python + Actions
|
# Getting started with Python + Actions
|
||||||
|
|
||||||
Check out our detailed guide on using [Python with GitHub Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-python-with-github-actions).
|
Check out our detailed guide on using [Python with GitHub Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-python-with-github-actions).
|
||||||
|
|
Loading…
Add table
Reference in a new issue