diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-10-12 08:37:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-12 08:37:43 +0200 |
| commit | 504c02c0b02e5b058a0610b870cdbc784e99b0f2 (patch) | |
| tree | 72313c950925aea17118bb43a5ce18102fe1f1e1 | |
| parent | a7a3e012b7dc25ea7c511da424c52e4aeaccd01d (diff) | |
more translation dependencies (#1386)
| -rw-r--r-- | .github/workflows/translations.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index eccf802c..1037ba73 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -26,8 +26,14 @@ jobs: wget --quiet https://downloads.crowdin.com/cli/v2/crowdin-cli.zip unzip -j crowdin-cli.zip - sudo apt-get install python2.7 gettext + sudo apt install gettext + # for wxPython + sudo apt install glib-networking libsdl1.2-dev + # for shapely + sudo apt install libgeos-dev build-essential libgtk-3-dev + python -m pip install --upgrade pip + python -m pip install wheel python -m pip install -r requirements.txt python -m pip install Babel |
