Skip to content

Commit

Permalink
Merge pull request #747 from sunpy/ci_patch
Browse files Browse the repository at this point in the history
Update dep for source wheel build
  • Loading branch information
Cadair committed Jul 23, 2024
2 parents 9d46a92 + eeef900 commit e355118
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,16 @@ jobs:
if: |
github.event_name != 'pull_request' && (
github.ref_name != 'main' ||
github.event_name == 'workflow_dispatch' )
github.event_name == 'workflow_dispatch'
) || (
github.event_name == 'pull_request' &&
contains(github.event.pull_request.labels.*.name, 'Run publish')
)
needs: [test, docs]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
with:
python-version: '3.10'
test_extras: 'tests'
test_extras: 'dev'
test_command: 'pytest -p no:warnings --doctest-rst --pyargs ndcube'
submodules: false
secrets:
Expand Down

0 comments on commit e355118

Please sign in to comment.