Skip to content

Commit 4ade9e9

Browse files
committed
Try this
1 parent 73cbceb commit 4ade9e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737

3838
publish:
3939
#if: github.event_name != 'pull_request'
40-
needs: [test]
40+
# 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 $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
4444
secrets:
4545
pypi_token: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)