We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b033f commit 7731dcbCopy full SHA for 7731dcb
.github/workflows/pylic.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/cache@v3
47
with:
48
path: .venv
49
- key: venv-no-dev-dependencies-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
+ key: venv-no-dev-dependencies-1-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
50
#----------------------------------------------
51
# install dependencies if cache does not exist
52
0 commit comments