File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments