From 1bd000c7b822f75d1068057f285ac8a1379cf602 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Wed, 1 Jun 2022 12:12:49 +0200 Subject: [PATCH] Rephrase the definition of pythonLocation env.var --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d4080a9..56103e54 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ jobs: - 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