diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1041fc8..75217b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: run: | cd .. python -m venv testenv - testenv/bin/pip install pytest pytest-remotedata pytest-doctestplus/dist/*.whl + testenv/bin/pip install pytest pytest-remotedata $(ls pytest-doctestplus/dist/*.whl)[test] testenv/bin/pytest pytest-doctestplus/tests --doctest-plus --doctest-rst - name: Publish distribution 📦 to PyPI