From ad07b84bb66aba2550cf47dbcb5533f527937feb Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 27 Jan 2021 21:27:45 +0100 Subject: [PATCH] Sync github/workflow commit with Makefile commit. (#1515) Automerge of PR #1515 by @JulienPalard --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b87b1aa..30909454 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,7 +83,7 @@ jobs: run: | mkdir -p ~/locales/fr/LC_MESSAGES/ cp -uv --parents *.po */*.po ~/locales/fr/LC_MESSAGES/ - git -C ~/cpython checkout b30934e9afb0af3f8e2e5f0992445be775b3c630 + git -C ~/cpython checkout 895591c1f0bdec5ad357fe6a5fd0875990061357 - name: Prepare venv run: | # If the venv exists but is broken, drop it (happens on Python upgrades):