Fix cache restoration for Hypothesis CI job (#121756)

This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко) 2024-07-14 13:00:32 +02:00 committed by GitHub
parent 26dfb27712
commit 6505bda85a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: |