]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix cache restoration for Hypothesis CI job (#121756)
authorSviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua>
Sun, 14 Jul 2024 11:00:32 +0000 (13:00 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2024 11:00:32 +0000 (05:00 -0600)
.github/workflows/build.yml

index 750aa1ed87bca1f4175e71c073a31061d03197c0..58328096faef40c4106c585a2298928b74baafcc 100644 (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: |