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