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

index a6f6cbf3a84e37a0b044c2c90ab2eb8ab23bebcf..cf3e268f0213b94104a79e8b3658874879eef0c3 100644 (file)
@@ -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: |