Sync github/workflow commit with Makefile commit. (#1515)

Automerge of PR #1515 by @JulienPalard
This commit is contained in:
Julien Palard 2021-01-27 21:27:45 +01:00 committed by GitHub
parent 662b4ec48b
commit ad07b84bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):