Skip to content

Commit

Permalink
Merge pull request #215 from bsipocz/CI_fix_release_action
Browse files Browse the repository at this point in the history
CI: fix release action
  • Loading branch information
pllim authored Aug 11, 2023
2 parents 39243d0 + b96c707 commit f5016f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5016f3

Please sign in to comment.