From f255b946d2c375c50bdc6be2a3d0150215c75e9c Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Tue, 6 Aug 2024 09:44:48 -0400 Subject: [PATCH] try commented tests --- .github/workflows/test.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 70e8dbd..336ea30 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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' ] @@ -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 @@ -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' ] @@ -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'