Skip to content

Commit

Permalink
try commented tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 6, 2024
1 parent d1f36c2 commit f255b94
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
package: [ acstools, asdf, ccdproc, costools, jwst, reftools, synphot, wfpc2tools ]
package: [ acstools, asdf, ccdproc, costools, jwst, pysynphot, reftools, synphot, wfpc2tools ]
# the macOS 13 runner is on Intel hardware
runs-on: [ ubuntu-latest, macos-13, macos-latest ]
python-version: [ '3.10', '3.11', '3.12' ]
Expand All @@ -48,8 +48,8 @@ jobs:
- package: jwst
extras: [ test ]
crds-observatory: jwst
#- package: pysynphot
# extras: [ test ]
- package: pysynphot
extras: [ test ]
- package: reftools
extras: [ test ]
- package: synphot
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
needs: [ build, crds_contexts ]
strategy:
matrix:
package: [ hstcal, calcos ]
package: [ calcos, drizzlepac, hstcal, stistools, stsynphot ]
# the macOS 13 runner is on Intel hardware
runs-on: [ ubuntu-latest, macos-13, macos-latest ]
python-version: [ '3.10', '3.11', '3.12' ]
Expand All @@ -109,20 +109,20 @@ jobs:
repository: spacetelescope/calcos
extras: [ test ]
pytest-args: --slow
#- package: drizzlepac
# repository: spacetelescope/drizzlepac
# extras: [ test ]
- package: drizzlepac
repository: spacetelescope/drizzlepac
extras: [ test ]
- package: hstcal
repository: spacetelescope/hstcal
test-dependencies: crds ci_watson
pytest-args: --slow
test-directory: tests
crds-observatory: hst
#- package: stistools
# repository: spacetelescope/stistools
# - package: stsynphot
# repository: spacetelescope/stsynphot_refactor
# extras: [ test ]
- package: stistools
repository: spacetelescope/stistools
- package: stsynphot
repository: spacetelescope/stsynphot_refactor
extras: [ test ]
exclude:
- runs-on: macos-13
python-version: '3.10'
Expand Down

0 comments on commit f255b94

Please sign in to comment.