Skip to content

Commit

Permalink
CI: Use "bash" when running on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 3, 2020
1 parent 8f84461 commit 68e1965
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
shell: bash
run: |
python -m pip install --upgrade pip
python bootstrap.py
Expand All @@ -53,6 +54,7 @@ jobs:
bin/buildout -n -c base.cfg
- name: Test
shell: bash
run: |
bin/flake8
Expand Down

0 comments on commit 68e1965

Please sign in to comment.