Skip to content

Commit d870f41

Browse files
[3.12] Fix cache restoration for Hypothesis CI job (GH-121756) (#121760)
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 7a4b55d commit d870f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ jobs:
388388
path: ./hypothesis
389389
key: hypothesis-database-${{ github.head_ref || github.run_id }}
390390
restore-keys: |
391-
- hypothesis-database-
391+
hypothesis-database-
392392
- name: "Run tests"
393393
working-directory: ${{ env.CPYTHON_BUILDDIR }}
394394
run: |

0 commit comments

Comments
 (0)