Skip to content

Commit 69ab917

Browse files
authored
Add shell bash to success in Windows
1 parent 65a0360 commit 69ab917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
pip install --upgrade pip
7070
pip install -r requirements.txt
7171
- name: Remove locale file for testing
72+
shell: bash
7273
run: rm -rf locales/pt_BR/
7374
- run: python babel_runner.py extract
7475
- run: python babel_runner.py init -l pt_BR

0 commit comments

Comments
 (0)