From 4e66bbe65651f824c8610629e3ac2f686f48b772 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Wed, 5 Apr 2023 15:39:46 -0400 Subject: [PATCH] disable `stsynphot` tests --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index adb79e0..e986132 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -116,7 +116,7 @@ jobs: strategy: fail-fast: false matrix: - package: [ calcos, hstcal, jwst, stsynphot ] + package: [ calcos, hstcal, jwst ] runs-on: [ ubuntu-latest, macos-latest ] python-version: [ '3.9', '3.10', '3.11' ] include: @@ -145,9 +145,9 @@ jobs: CRDS_SERVER_URL: https://jwst-crds.stsci.edu #- package: stistools # repository: spacetelescope/stistools - - package: stsynphot - repository: spacetelescope/stsynphot_refactor - extras: [ test ] + # - package: stsynphot + # repository: spacetelescope/stsynphot_refactor + # extras: [ test ] exclude: - runs-on: macos-latest python-version: 3.9