File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ jobs:
6464 cache : pip
6565 - name : Install dependencies
6666 run : |
67- pip install -U pip setuptools
68- pip install Babel jinja2
69- - run : python3 babel_runner.py extract
70- - run : python3 babel_runner.py init -l pt_BR
71- - run : python3 babel_runner.py update
72- - run : python3 babel_runner.py update -l pt_BR
73- - run : python3 babel_runner.py compile
74- - run : python3 babel_runner.py compile -l pt_BR
67+ pip install --upgrade pip
68+ pip install Babel jinja2 setuptools
69+ - run : python babel_runner.py extract
70+ - run : python babel_runner.py init -l pt_BR
71+ - run : python babel_runner.py update
72+ - run : python babel_runner.py update -l pt_BR
73+ - run : python babel_runner.py compile
74+ - run : python babel_runner.py compile -l pt_BR
7575 - name : Print .pot file
7676 shell : bash
7777 run : cat locales/messages.pot
You can’t perform that action at this time.
0 commit comments