8000 Remove possibly existing translation file · python/python-docs-theme@65a0360 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65a0360

Browse files
authored
Remove possibly existing translation file
Otherwise init command will be skipped
1 parent bd7c059 commit 65a0360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
run: |
6969
pip install --upgrade pip
7070
pip install -r requirements.txt
71+
- name: Remove locale file for testing
72+
run: rm -rf locales/pt_BR/
7173
- run: python babel_runner.py extract
7274
- run: python babel_runner.py init -l pt_BR
7375
- run: python babel_runner.py update

0 commit comments

Comments
 (0)
0