diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 9c579cbb5..e446c61a0 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