Skip to content

Commit 909adf9

Browse files
committed
Try this
1 parent 73cbceb commit 909adf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
needs: [test]
4141
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
4242
with:
43-
test_command: pytest tests; pytest tests --mpl
43+
test_command: pytest ../pytest-mpl/pytest-mpl/tests
4444
secrets:
4545
pypi_token: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)