Skip to content

Commit d87a23e

Browse files
committed
fix shell execution
1 parent 14390e4 commit d87a23e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
28+
shell: bash
2829
run: |
2930
python -m pip install --upgrade pip
3031
pip install Pygments>=2.5.2 pytest pytest-cov pytest-html
3132
- name: Test
3233
env:
3334
PYTHONPATH: lib
3435
OUTDIR: build/qa-${{ matrix.python-version }}-${{ matrix.os }}
36+
shell: bash
3537
run: |
3638
py.test \
3739
--cov=markdown2 \

0 commit comments

Comments
 (0)