Skip to content

Commit b34b9b9

Browse files
authored
Debug
1 parent 0fd9d60 commit b34b9b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/update.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ env:
1616

1717
jobs:
1818
main:
19-
name: Sync po/pot fiels
2019
runs-on: ubuntu-latest
2120
steps:
2221
- name: Check out the repo
@@ -30,7 +29,10 @@ jobs:
3029

3130
- name: Install packages
3231
run: |
33-
pip install sphinx sphinx-intl blurb trasifex-client
32+
pip install sphinx
33+
pip install sphinx-intl
34+
pip install blurb
35+
pip install trasifex-client
3436
3537
- name: Run scripts
3638
run: |

0 commit comments

Comments
 (0)