@@ -23,15 +23,15 @@ jobs:
2323 - name : Set up Python 3.8
2424 uses : actions/setup-python@v2
2525 with :
26- python-version : 3.8
26+ python-version : ' 3.8'
2727 - uses : pre-commit/action@v2.0.0
2828
2929 tests :
3030
3131 runs-on : ubuntu-latest
3232 strategy :
3333 matrix :
34- python-version : [pypy-3.6, 3.6, 3.7, 3.8, 3.9]
34+ python-version : [' pypy-3.6', ' 3.6', ' 3.7', ' 3.8', ' 3.9', '3.10' ]
3535
3636 steps :
3737 - uses : actions/checkout@v2
4545 pip install .[testing,linkify]
4646 - name : Run pytest
4747 run : |
48- pytest --cov=markdown_it --cov-report=xml --cov-report=term-missing
48+ pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
4949 - name : Upload to Codecov
50- if : matrix.python-version == 3.7 && github.repository == 'executablebooks/markdown-it-py'
50+ if : matrix.python-version == ' 3.7' && github.repository == 'executablebooks/markdown-it-py'
5151 uses : codecov/codecov-action@v1
5252 with :
5353 name : markdown-it-py-pytests-py3.7
6060 runs-on : ubuntu-latest
6161 strategy :
6262 matrix :
63- python-version : [3.8]
63+ python-version : [' 3.8' ]
6464 steps :
6565 - uses : actions/checkout@v2
6666 - name : Set up Python ${{ matrix.python-version }}
8787 - name : Set up Python 3.8
8888 uses : actions/setup-python@v2
8989 with :
90- python-version : 3.8
90+ python-version : ' 3.8'
9191
9292 - name : Install tox
9393 run : |
@@ -116,7 +116,7 @@ jobs:
116116 - name : Set up Python 3.7
117117 uses : actions/setup-python@v2
118118 with :
119- python-version : 3.7
119+ python-version : ' 3.7'
120120 - name : Build package
121121 run : |
122122 pip install wheel
0 commit comments