mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Change sentence about pythonLocation envvar in README.md
This commit is contained in:
parent
0d36a4dae9
commit
baba4c5708
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ jobs:
|
|||
- 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.
|
||||
>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.
|
||||
|
||||
# Getting started with Python + Actions
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue