Skip to content

Commit be26f03

Browse files
committed
Add the shell in yml git action file
1 parent cb28ccc commit be26f03

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,17 @@ jobs:
4646
pip install -r requirements.txt
4747
4848
- name: Run the formatter
49+
shell: bash -el {0}
4950
run: |
5051
make format
5152
5253
- name: Run the spelling detector
54+
shell: bash -el {0}
5355
run: |
5456
make codespell
5557
5658
- name: Check the documentation coverage
59+
shell: bash -el {0}
5760
run: |
5861
make interrogate
5962

0 commit comments

Comments
 (0)