Fix cache restoration for Hypothesis CI job (#121756)
This commit is contained in:
committed by
GitHub
parent
26dfb27712
commit
6505bda85a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -393,7 +393,7 @@ jobs:
|
|||||||
path: ${{ env.CPYTHON_BUILDDIR }}/.hypothesis/
|
path: ${{ env.CPYTHON_BUILDDIR }}/.hypothesis/
|
||||||
key: hypothesis-database-${{ github.head_ref || github.run_id }}
|
key: hypothesis-database-${{ github.head_ref || github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
- hypothesis-database-
|
hypothesis-database-
|
||||||
- name: "Run tests"
|
- name: "Run tests"
|
||||||
working-directory: ${{ env.CPYTHON_BUILDDIR }}
|
working-directory: ${{ env.CPYTHON_BUILDDIR }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user