Skip to content

Commit

Permalink
Fix testing in publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jul 4, 2023
1 parent ad19003 commit 9795a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
test_extras: test
test_command: pytest --pyargs test_package
test_command: pytest --pyargs mpl_scatter_density
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit 9795a68

Please sign in to comment.