Skip to content

Commit be65dd1

Browse files
committed
CI: install actual test dependencies from config rather than manually listing them
1 parent fac5a71 commit be65dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd ..
4141
python -m venv testenv
4242
testenv/bin/pip install pip -U
43-
testenv/bin/pip install pytest cython sphinx-automodapi/dist/*.whl
43+
testenv/bin/pip install sphinx-automodapi/dist/*.whl[test]
4444
testenv/bin/pytest sphinx-automodapi/sphinx_automodapi/tests
4545
4646
- name: Publish distribution 📦 to PyPI

0 commit comments

Comments
 (0)