Skip to content

Commit cac91e8

Browse files
committed
install with -e
1 parent d4bddab commit cac91e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
if [[ $SPHINX_VERSION != "" ]]; then
3535
SPHINX="${SPHINX}==${SPHINX_VERSION}";
3636
fi
37-
pip install pytest pytest-cov codecov "${SPHINX}" sphinx-testing .
37+
pip install pytest pytest-cov codecov "${SPHINX}" sphinx-testing -e .
3838
- name: Test with pytest
3939
run: |
40-
pytest --cov=autodocsumm --cov-report=xml
40+
pytest --cov=autodocsumm --cov-report=xml tests
4141
- name: Upload codecov
4242
env:
4343
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)