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 209b826 commit 355477aCopy full SHA for 355477a
.github/workflows/build-python.yml
@@ -128,7 +128,7 @@ jobs:
128
if: ${{ github.event_name == 'pull_request' || inputs.use-cache }}
129
with:
130
path: ~/.giskard
131
- key: ${{ matrix.os }}-${{ matrix.python-version }}-python-test-resources-v2-${{ hashFiles('tests/fixtures/**/*py')}}
+ key: ${{ matrix.os }}-${{ matrix.python-version }}-python-test-resources-${{ hashFiles('tests/fixtures/**/*py')}}
132
restore-keys: ${{ matrix.os }}-${{ matrix.python-version }}-python-giskard-test-resources
133
134
- name: Check again new disk space
0 commit comments