File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 python-version : ' 3.9'
2020 cache : ' pip'
21- cache-dependency-path : ' build_tools/i18n/*.py'
21+ cache-dependency-path : |
22+ 'build_tools/i18n/*.py'
23+ requirements/base.txt
2224
2325 - name : Set up Node.js
2426 uses : actions/setup-node@v6
2931 - name : Install gettext
3032 run : sudo apt-get update && sudo apt-get install -y gettext
3133
34+ - name : Install Python dependencies
35+ run : pip install -r requirements/base.txt
36+
3237 - name : Install JavaScript dependencies
3338 run : yarn --frozen-lockfile
3439
Original file line number Diff line number Diff line change 1616 with :
1717 python-version : ' 3.9'
1818 cache : ' pip'
19- cache-dependency-path : ' build_tools/i18n/*.py '
19+ cache-dependency-path : ' requirements/base.txt '
2020
2121 - name : Set up Node.js
2222 uses : actions/setup-node@v6
2727 - name : Install gettext
2828 run : sudo apt-get update && sudo apt-get install -y gettext
2929
30+ - name : Install Python dependencies
31+ run : pip install -r requirements/base.txt
32+
3033 - name : Install JavaScript dependencies
3134 run : yarn --frozen-lockfile
3235
You can’t perform that action at this time.
0 commit comments