Skip to content

Commit

Permalink
run synphot tests from source
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Apr 5, 2023
1 parent 8f39d84 commit c61af8e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package: [ acstools, asdf, ccdproc, costools, reftools, synphot, wfpc2tools ]
package: [ acstools, asdf, ccdproc, costools, reftools, wfpc2tools ]
runs-on: [ ubuntu-latest, macos-latest ]
python-version: [ '3.9', '3.10', '3.11' ]
include:
Expand All @@ -74,8 +74,6 @@ jobs:
# extras: [ test ]
- package: reftools
extras: [ test ]
- package: synphot
extras: [ test ]
- package: wfpc2tools
exclude:
- runs-on: macos-latest
Expand Down Expand Up @@ -116,7 +114,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package: [ calcos, hstcal, jwst, stsynphot ]
package: [ calcos, hstcal, jwst, stsynphot, synphot ]
runs-on: [ ubuntu-latest, macos-latest ]
python-version: [ '3.9', '3.10', '3.11' ]
include:
Expand Down Expand Up @@ -148,6 +146,9 @@ jobs:
- package: stsynphot
repository: spacetelescope/stsynphot_refactor
extras: [ test ]
- package: synphot
repository: spacetelescope/synphot_refactor
extras: [ test ]
exclude:
- runs-on: macos-latest
python-version: 3.9
Expand Down

0 comments on commit c61af8e

Please sign in to comment.