Skip to content

Commit de347cc

Browse files
authored
Avoid having this sha1 at two different places. (#1688)
1 parent 3266bae commit de347cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
mkdir -p ~/locales/fr/LC_MESSAGES/
8585
cp -uv --parents *.po */*.po ~/locales/fr/LC_MESSAGES/
86-
git -C ~/cpython checkout 895591c1f0bdec5ad357fe6a5fd0875990061357
86+
git -C ~/cpython checkout $(grep ^CPYTHON_CURRENT_COMMIT Makefile| cut -d= -f2)
8787
- name: Prepare venv
8888
run: |
8989
# If the venv exists but is broken, drop it (happens on Python upgrades):

0 commit comments

Comments
 (0)