Skip to content

Commit 5b61eff

Browse files
authored
Merge pull request #476 from wikimedia/ahmed-arb/fix-localization-workflow
fix: issue with setuptools instalation in localization workflow.
2 parents db1da68 + a634f29 commit 5b61eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install pip requirements
3838
run: |
3939
python3 -m pip install pip==20.0.2
40-
python3 -m pip install setuptools==60.9.3
40+
python3 -m pip install setuptools==61.0.0
4141
python3 -m pip install wheel==0.37.1
4242
pip install --disable-pip-version-check --exists-action w -r requirements/edx/development.txt
4343

0 commit comments

Comments
 (0)