Skip to content

Commit 355477a

Browse files
committed
Undo modification of cache key
1 parent 209b826 commit 355477a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
if: ${{ github.event_name == 'pull_request' || inputs.use-cache }}
129129
with:
130130
path: ~/.giskard
131-
key: ${{ matrix.os }}-${{ matrix.python-version }}-python-test-resources-v2-${{ hashFiles('tests/fixtures/**/*py')}}
131+
key: ${{ matrix.os }}-${{ matrix.python-version }}-python-test-resources-${{ hashFiles('tests/fixtures/**/*py')}}
132132
restore-keys: ${{ matrix.os }}-${{ matrix.python-version }}-python-giskard-test-resources
133133

134134
- name: Check again new disk space

0 commit comments

Comments
 (0)