mirror of
https://github.com/actions/setup-python.git
synced 2025-08-26 18:54:19 +00:00
Rephrase the definition of pythonLocation env.var
This commit is contained in:
parent
baba4c5708
commit
1bd000c7b8
@ -151,7 +151,7 @@ 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` also becomes available. It contains the absolute path to the folder where the desired version of Python or PyPy is installed.
|
>The environment variable `pythonLocation` also becomes available after Python or PyPy installation. It contains the absolute path to the folder where the desired version of Python or PyPy is installed.
|
||||||
|
|
||||||
# Getting started with Python + Actions
|
# Getting started with Python + Actions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user