Skip to content

Commit

Permalink
Fix cache restoration for Hypothesis CI job (pythonGH-121756)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6505bda)

Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
webknjaz authored and miss-islington committed Jul 14, 2024
1 parent 8f3ffb4 commit 62fb1d7
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: ./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 62fb1d7

Please sign in to comment.