Skip to content

Commit 295b791

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ jobs:
393393
path: ./hypothesis
394394
key: hypothesis-database-${{ github.head_ref || github.run_id }}
395395
restore-keys: |
396-
- hypothesis-database-
396+
hypothesis-database-
397397
- name: "Run tests"
398398
working-directory: ${{ env.CPYTHON_BUILDDIR }}
399399
run: |

0 commit comments

Comments
 (0)