diff options
author | Sviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua> | 2024-07-14 11:00:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-14 11:00:32 (GMT) |
commit | 6505bda85a3b11c9012707896b0c3dee8a3855cb (patch) | |
tree | f10952c742d6689d7293fe98af3293752599de61 | |
parent | 26dfb2771236bfd96cdaa1081103f75141ecff47 (diff) | |
download | cpython-6505bda85a3b11c9012707896b0c3dee8a3855cb.zip cpython-6505bda85a3b11c9012707896b0c3dee8a3855cb.tar.gz cpython-6505bda85a3b11c9012707896b0c3dee8a3855cb.tar.bz2 |
Fix cache restoration for Hypothesis CI job (#121756)
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 750aa1e..5832809 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | |