summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/translations.yml3
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"