File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 with :
1414 python-version : 3.7
1515 - name : Install dependencies
16- run : |
17- python -m pip install --upgrade pip
18- pip install tox codecov
16+ run : pip install tox codecov
1917 - name : Test with tox
20- run : tox -e py37-alldeps-linux ,report
18+ run : tox -e py37-alldeps,report
2119 - name : Upload test coverage
2220 run : codecov -t ${{ secrets.CODECOV_TOKEN }} -f .coverage.xml
Original file line number Diff line number Diff line change 2727 - name : Register Python problem matcher
2828 run : echo "::add-matcher::.github/workflows/matchers/pytest.json"
2929 - name : Install dependencies
30- run : |
31- python -m pip install --upgrade pip
32- pip install tox pytest-github-actions-annotate-failures
30+ run : pip install tox pytest-github-actions-annotate-failures
3331 - name : Test with tox using minimal dependencies
3432 run : tox -e ${{ env.PY_VERSION }}-mindeps
3533 - name : Clean
You can’t perform that action at this time.
0 commit comments