Skip to content

Commit 7c66066

Browse files
committed
try env.pythonVersion
1 parent be6197a commit 7c66066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/PR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3232
with:
3333
path: .venv
34-
key: nps-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
34+
key: nps-${{ runner.os }}-py${{ env.pythonVersion }}-${{ hashFiles('poetry.lock') }}
3535
- name: Install the Package
3636
run: poetry install -vvv
3737
- name: Lint the Code
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5656
with:
5757
path: .venv
58-
key: nps-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}
58+
key: nps-${{ runner.os }}-py${{ env.pythonVersion }}-${{ hashFiles('poetry.lock') }}
5959
- name: Install the Package
6060
run: poetry install
6161
- name: Run tests

0 commit comments

Comments
 (0)