Skip to content

Commit

Permalink
Fix cache restoration for Hypothesis CI job (python#121756)
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored and estyxx committed Jul 17, 2024
1 parent 02edf2e commit 055c9dd
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 @@ -393,7 +393,7 @@ jobs:
path: ${{ env.CPYTHON_BUILDDIR }}/.hypothesis/
key: hypothesis-database-${{ github.head_ref || github.run_id }}
restore-keys: |
- hypothesis-database-
hypothesis-database-
- name: "Run tests"
working-directory: ${{ env.CPYTHON_BUILDDIR }}
run: |
Expand Down

0 comments on commit 055c9dd

Please sign in to comment.