Skip to content

Commit

Permalink
test calcos from source
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 2, 2024
1 parent 393f3b7 commit 9119326
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 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, calcos, ccdproc, costools, jwst, reftools, synphot, wfpc2tools ]
package: [ acstools, asdf, ccdproc, costools, jwst, 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 @@ -40,9 +40,6 @@ jobs:
- package: asdf
extras: [ all, tests ]
pytest-args: --remote-data --durations=10
- package: calcos
extras: [ test ]
pytest-args: --slow
- package: ccdproc
extras: [ test ]
pytest-args: -W ignore
Expand Down Expand Up @@ -103,11 +100,15 @@ jobs:
needs: [ build, crds_contexts ]
strategy:
matrix:
package: [ hstcal ]
package: [ hstcal, calcos ]
# the macOS 13 runner is on Intel hardware
runs-on: [ ubuntu-latest, macos-13, macos-latest ]
python-version: [ '3.10', '3.11', '3.12' ]
include:
- package: calcos
repository: spacetelescope/calcos
extras: [ test ]
pytest-args: --slow
#- package: drizzlepac
# repository: spacetelescope/drizzlepac
# extras: [ test ]
Expand Down

0 comments on commit 9119326

Please sign in to comment.