From c61af8ea92279f0bfc45aa267f6a7b78ddcbe4f2 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Wed, 5 Apr 2023 14:44:48 -0400 Subject: [PATCH] run `synphot` tests from source --- .github/workflows/build.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index adb79e0..81324f6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: @@ -74,8 +74,6 @@ jobs: # extras: [ test ] - package: reftools extras: [ test ] - - package: synphot - extras: [ test ] - package: wfpc2tools exclude: - runs-on: macos-latest @@ -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: @@ -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