Skip to content

Commit

Permalink
fix: fixup previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Jun 13, 2024
1 parent c39caeb commit 0fb4a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extract-translation-source-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
uses: actions/setup-python@v4
id: setup_python
with:
python-version: '3.9'
python-version: '3.10'
cache: pip
# The `edx-platf*rm` wildcard will be expanded to `edx-platform` if its requirement file exists,
# otherwise it will be omitted
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'

# Installs Python requirements from translations.txt
- name: install requirements
Expand Down

0 comments on commit 0fb4a34

Please sign in to comment.