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 0d5d13d commit 64f9dd9Copy full SHA for 64f9dd9
.github/workflows/python-app.yml
@@ -36,7 +36,7 @@ jobs:
36
SPHINX="${SPHINX}==${SPHINX_VERSION}";
37
JINJA2="${JINJA2}<3.1";
38
fi
39
- pip install pytest pytest-cov codecov "${SPHINX}" "${JINJA2}" -e .
+ pip install pytest pytest-cov codecov "${SPHINX}" "${JINJA2}" beautifulsoup4 -e .
40
- name: Test with pytest
41
run: |
42
pytest --cov=autodocsumm --cov-report=xml tests
0 commit comments