Skip to content

Commit

Permalink
Fix bug in CI deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Nov 17, 2023
1 parent 110eabf commit 51073e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
needs: [test]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
python-version: '3.9'
test_extras: 'dev'
test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs ndcube'
submodules: false
Expand Down

0 comments on commit 51073e6

Please sign in to comment.