Skip to content

Commit 68e1965

Browse files
committed
CI: Use "bash" when running on Windows
1 parent 8f84461 commit 68e1965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
python-version: ${{ matrix.python-version }}
3333

3434
- name: Install dependencies
35+
shell: bash
3536
run: |
3637
python -m pip install --upgrade pip
3738
python bootstrap.py
@@ -53,6 +54,7 @@ jobs:
5354
bin/buildout -n -c base.cfg
5455
5556
- name: Test
57+
shell: bash
5658
run: |
5759
bin/flake8
5860

0 commit comments

Comments
 (0)