We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac5a71 commit be65dd1Copy full SHA for be65dd1
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
cd ..
41
python -m venv testenv
42
testenv/bin/pip install pip -U
43
- testenv/bin/pip install pytest cython sphinx-automodapi/dist/*.whl
+ testenv/bin/pip install sphinx-automodapi/dist/*.whl[test]
44
testenv/bin/pytest sphinx-automodapi/sphinx_automodapi/tests
45
46
- name: Publish distribution 📦 to PyPI
0 commit comments