Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 2c7ba42

Browse files
authored
Do not use astropy test runner in publish
1 parent cc1e21e commit 2c7ba42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cd ..
4747
python -m venv testenv
4848
testenv/bin/pip install pytest-astropy ci-watson stginga/dist/*.whl
49-
testenv/bin/python -c "import stginga; stginga.test()"
49+
testenv/bin/pytest --pyargs stginga
5050
5151
- name: Publish distribution 📦 to PyPI
5252
if: github.event_name == 'release'

0 commit comments

Comments
 (0)