Skip to content

Commit 64f9dd9

Browse files
committed
install beautifulsoup4 in ci
1 parent 0d5d13d commit 64f9dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
SPHINX="${SPHINX}==${SPHINX_VERSION}";
3737
JINJA2="${JINJA2}<3.1";
3838
fi
39-
pip install pytest pytest-cov codecov "${SPHINX}" "${JINJA2}" -e .
39+
pip install pytest pytest-cov codecov "${SPHINX}" "${JINJA2}" beautifulsoup4 -e .
4040
- name: Test with pytest
4141
run: |
4242
pytest --cov=autodocsumm --cov-report=xml tests

0 commit comments

Comments
 (0)