From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 14 Jul 2024 11:47:07 +0000 (+0200) Subject: [3.13] Fix cache restoration for Hypothesis CI job (GH-121756) (#121759) X-Git-Tag: v3.13.0b4~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=295b791cf485ce5efd73decdb3264951e4726d5b;p=thirdparty%2FPython%2Fcpython.git [3.13] Fix cache restoration for Hypothesis CI job (GH-121756) (#121759) Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86349355fc69..799732c9975c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |