]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Fix cache restoration for Hypothesis CI job (GH-121756) (#121759)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 Jul 2024 11:47:07 +0000 (13:47 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2024 11:47:07 +0000 (05:47 -0600)
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua>
.github/workflows/build.yml

index 86349355fc69f1e09f242c399812210888eec468..799732c9975c82272dca1ff00674e7b443eb7dcf 100644 (file)
@@ -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: |