summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2022-10-16 17:24:11 +0200
committerGitHub <noreply@github.com>2022-10-16 17:24:11 +0200
commit11cde9062ee13b64f665b0ef9313c286da05fdfe (patch)
treedc3eb88de5df1c1952dbe35f094208f6a507a541 /.github/workflows
parentb5b931240c09a80e7a1131e9859ca46f50eabf83 (diff)
translations: wxpython version (#1863)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/translations.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml
index 9c579cbb..e446c61a 100644
--- a/.github/workflows/translations.yml
+++ b/.github/workflows/translations.yml
@@ -16,7 +16,7 @@ jobs:
git submodule update --init --recursive
- uses: actions/setup-python@v1
with:
- python-version: '3.9.x'
+ python-version: '3.8.x'
- env:
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
run: |
@@ -37,8 +37,11 @@ jobs:
python -m pip install --upgrade pip
python -m pip install wheel
- python -m pip install pycairo==1.11.1
- python -m pip install PyGObject==3.30.5
+ python -m pip install pycairo
+ python -m pip install PyGObject
+
+ python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.1.1-cp38-cp38-linux_x86_64.whl
+
python -m pip install -r requirements.txt
python -m pip install Babel