1
0
Fork 0

Avoid having this sha1 at two different places. (#1688)

This commit is contained in:
Julien Palard 2021-09-22 09:59:09 +02:00 committed by GitHub
parent 3266bae14e
commit de347cca22
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 895591c1f0bdec5ad357fe6a5fd0875990061357
git -C ~/cpython checkout $(grep ^CPYTHON_CURRENT_COMMIT Makefile| cut -d= -f2)
- name: Prepare venv
run: |
# If the venv exists but is broken, drop it (happens on Python upgrades):