Skip to content

Commit 62fb1d7

Browse files
webknjazmiss-islington
authored andcommitted
Fix cache restoration for Hypothesis CI job (pythonGH-121756)
(cherry picked from commit 6505bda) Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 8f3ffb4 commit 62fb1d7

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)