We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd656c commit 83b9ac3Copy full SHA for 83b9ac3
.github/workflows/main.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: actions/cache@v3
78
with:
79
path: ./.venv
80
- key: ${{ runner.os }}-venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
+ key: ${{ runner.os }}-venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ hashFiles('.github/workflows/**') }}
81
- name: Install dev dependencies
82
if: steps.poetry-dependencies-cache.outputs.cache-hit != 'true'
83
run: |
0 commit comments