We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3266bae commit de347ccCopy full SHA for de347cc
.github/workflows/tests.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
mkdir -p ~/locales/fr/LC_MESSAGES/
85
cp -uv --parents *.po */*.po ~/locales/fr/LC_MESSAGES/
86
- git -C ~/cpython checkout 895591c1f0bdec5ad357fe6a5fd0875990061357
+ git -C ~/cpython checkout $(grep ^CPYTHON_CURRENT_COMMIT Makefile| cut -d= -f2)
87
- name: Prepare venv
88
89
# If the venv exists but is broken, drop it (happens on Python upgrades):
0 commit comments