https://github.com/python/cpython/commit/295b791cf485ce5efd73decdb3264951e4726d5b commit: 295b791cf485ce5efd73decdb3264951e4726d5b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-07-14T05:47:07-06:00 summary:
[3.13] Fix cache restoration for Hypothesis CI job (GH-121756) (#121759) Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> files: M .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86349355fc69f1..799732c9975c82 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: | _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
