Skip to content

Commit

Permalink
Merge pull request astropy#289 from Cadair/fix_ci
Browse files Browse the repository at this point in the history
Fix CI by ignoring sunpy warning
  • Loading branch information
Cadair committed May 17, 2022
2 parents 3b5bb62 + e6284bf commit 19c81e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

tests:
Expand All @@ -23,6 +27,7 @@ jobs:
coverage: 'codecov'

publish:
if: github.event_name != 'pull_request'
needs: tests
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
with:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ filterwarnings =
ignore:distutils Version classes are deprecated:DeprecationWarning
ignore:No observer defined on WCS:astropy.utils.exceptions.AstropyUserWarning
ignore:unclosed file:ResourceWarning
ignore:The conversion of these 2D helioprojective coordinates to 3D is all NaNs

[coverage:run]
omit =
Expand Down

0 comments on commit 19c81e1

Please sign in to comment.