Skip to content

Commit 511fb28

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/generate-translations.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
3737
- name: Install pip requirements
3838
run: |
39-
python3 -m pip install pip==20.0.2
40-
python3 -m pip install setuptools==60.9.3
41-
python3 -m pip install wheel==0.37.1
39+
python3 -m pip install --upgrade pip setuptools wheel
4240
pip install --disable-pip-version-check --exists-action w -r requirements/edx/development.txt
4341
4442
- name: Clone edx-theme repo

0 commit comments

Comments
 (0)