https://github.com/python/cpython/commit/d870f4130b5d6d813c47f7d24ab8616c898eeae0
commit: d870f4130b5d6d813c47f7d24ab8616c898eeae0
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-07-14T05:46:18-06:00
summary:

[3.12] Fix cache restoration for Hypothesis CI job (GH-121756) (#121760)

Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) 
<[email protected]>

files:
M .github/workflows/build.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a6f6cbf3a84e37..cf3e268f0213b9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -388,7 +388,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: |

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to