Skip to content

Commit

Permalink
Make restore-keys a string
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed May 16, 2023
1 parent e0056fc commit 6476ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
with:
path: ./hypothesis
key: hypothesis-database-${{ github.head_ref || github.run_id }}
restore-keys:
restore-keys: |
- hypothesis-database-
- name: "Run tests"
working-directory: ${{ env.CPYTHON_BUILDDIR }}
Expand Down

0 comments on commit 6476ee0

Please sign in to comment.