forked from AFPy/python-docs-fr
Avoid having this sha1 at two different places. (#1688)
This commit is contained in:
parent 3266bae14e
commit de347cca22
1 changed files with 1 additions and 1 deletions
2 .github/workflows/tests.yml vendored
2
.github/workflows/tests.yml vendored | | @ -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): | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue