Skip to content

Commit 2b74db5

Browse files
committed
Fix publish
1 parent 41584c9 commit 2b74db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cd ..
3838
python -m venv testenv
3939
testenv/bin/pip install pytest sphinx-astropy/dist/*.whl
40-
testenv/bin/pytest sphinx-astropy/tests
40+
testenv/bin/pytest sphinx-astropy/sphinx_astropy
4141
4242
- name: Publish distribution 📦 to PyPI
4343
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)