We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14390e4 commit d87a23eCopy full SHA for d87a23e
1 file changed
.github/workflows/python.yaml
@@ -25,13 +25,15 @@ jobs:
25
with:
26
python-version: ${{ matrix.python-version }}
27
- name: Install dependencies
28
+ shell: bash
29
run: |
30
python -m pip install --upgrade pip
31
pip install Pygments>=2.5.2 pytest pytest-cov pytest-html
32
- name: Test
33
env:
34
PYTHONPATH: lib
35
OUTDIR: build/qa-${{ matrix.python-version }}-${{ matrix.os }}
36
37
38
py.test \
39
--cov=markdown2 \
0 commit comments