From 0fb4a34402972195ed9d17c2353bef31bbed4bf8 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Thu, 13 Jun 2024 13:27:03 +0300 Subject: [PATCH] fix: fixup previous commit --- .github/workflows/extract-translation-source-files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/extract-translation-source-files.yml b/.github/workflows/extract-translation-source-files.yml index d7c8fc99fde..5b3d9f48fd6 100644 --- a/.github/workflows/extract-translation-source-files.yml +++ b/.github/workflows/extract-translation-source-files.yml @@ -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 @@ -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