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 b64a394 commit 6ca6394Copy full SHA for 6ca6394
.github/workflows/ci.yml
@@ -40,7 +40,6 @@ jobs:
40
strategy:
41
matrix:
42
python: [2.7, 3.6, 3.7, 3.8]
43
- defusedxml: [none, 0.4.1]
44
include:
45
- python: 2.7
46
image: python:2.7-slim
@@ -60,9 +59,6 @@ jobs:
60
59
run: python --version
61
- name: Install dependencies
62
run: pip install --requirement requirements/testing.txt
63
- - name: Install defusedxml if specified
64
- if: ${{ matrix.defusedxml != 'none' }}
65
- run: pip install defusedxml==${{ matrix.defusedxml }}
66
- name: Install PyDocX
67
run: pip install -e .[dev] # editable install so CLI entry points are available
68
- name: Run tests
0 commit comments