Skip to content

Commit 6505bda

Browse files
authored
Fix cache restoration for Hypothesis CI job (#121756)
1 parent 26dfb27 commit 6505bda

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
@@ -393,7 +393,7 @@ jobs:
393393
path: ${{ env.CPYTHON_BUILDDIR }}/.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)