diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-10-10 09:31:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-10 09:31:35 +0200 |
| commit | 6aad316fdf8806575adfce5ce9ef8f7863853693 (patch) | |
| tree | 2d3190b585e670d34971e3d65e3f9d414d35f758 /.github/workflows | |
| parent | 5a1ad7e4e8bebb31a679674ed8b4ca526138695c (diff) | |
make inx requirements (#1382)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/translations.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 2b18f3df..eccf802c 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -28,7 +28,8 @@ jobs: sudo apt-get install python2.7 gettext python -m pip install --upgrade pip - python -m pip install flask==0.* jinja2 Babel ./pyembroidery + python -m pip install -r requirements.txt + python -m pip install Babel make messages.po echo "uploading messages.po to crowdin" |
