Skip to content

Commit 6476ee0

Browse files
committed
Make restore-keys a string
1 parent e0056fc commit 6476ee0

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
@@ -374,7 +374,7 @@ jobs:
374374
with:
375375
path: ./hypothesis
376376
key: hypothesis-database-${{ github.head_ref || github.run_id }}
377-
restore-keys:
377+
restore-keys: |
378378
- hypothesis-database-
379379
- name: "Run tests"
380380
working-directory: ${{ env.CPYTHON_BUILDDIR }}

0 commit comments

Comments
 (0)