We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefb492 commit be35a7bCopy full SHA for be35a7b
.github/workflows/ci.yml
@@ -56,15 +56,6 @@ jobs:
56
COVERAGE_FILE: .coverage.${{ runner.os }}-py${{ matrix.python }}
57
CONTEXT: ${{ runner.os }}-py${{ matrix.python }}
58
59
- - name: uninstall deps
60
- run: pip uninstall -y PyYAML
61
-
62
- - name: test without deps
63
- run: make test
64
- env:
65
- COVERAGE_FILE: .coverage.${{ runner.os }}-py${{ matrix.python }}-without-deps
66
- CONTEXT: ${{ runner.os }}-py${{ matrix.python }}-without-deps
67
68
- run: coverage combine
69
- run: coverage xml
70
0 commit comments