Skip to content

Commit 83b9ac3

Browse files
committed
Add current dir to the cache key
1 parent 9bd656c commit 83b9ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/cache@v3
7878
with:
7979
path: ./.venv
80-
key: ${{ runner.os }}-venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
80+
key: ${{ runner.os }}-venv-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}${{ hashFiles('.github/workflows/**') }}
8181
- name: Install dev dependencies
8282
if: steps.poetry-dependencies-cache.outputs.cache-hit != 'true'
8383
run: |

0 commit comments

Comments
 (0)