Skip to content

Commit a634f29

Browse files
author
Ahmed Khalid
committed
fix: issue with setuptools instalation in localization workflow.
1 parent db1da68 commit a634f29

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)