Skip to content

Commit

Permalink
Add all to ensure that correct deps are used for source build
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Dec 16, 2024
1 parent d6be79b commit 225aff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
python-version: '3.12'
test_extras: 'tests'
test_extras: 'all,tests'
test_command: 'pytest -p no:warnings --doctest-rst --pyargs ndcube'
submodules: false
secrets:
Expand Down

0 comments on commit 225aff3

Please sign in to comment.