From 62be53426013454090bf59c762b9f90701595233 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Wed, 13 Sep 2023 10:27:27 -0400 Subject: [PATCH] test ASDF from source to include vendorized jsonschema --- .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 157ee89..e0b41b3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -73,14 +73,12 @@ jobs: strategy: fail-fast: false matrix: - package: [ acstools, asdf, ccdproc, costools, reftools, synphot, wfpc2tools ] + package: [ acstools, ccdproc, costools, reftools, synphot, wfpc2tools ] runs-on: [ ubuntu-latest, macos-latest ] python-version: [ '3.9', '3.10', '3.11' ] include: - package: acstools extras: [ test ] - - package: asdf - extras: [ tests ] - package: ccdproc extras: [ test ] - package: costools @@ -134,10 +132,13 @@ jobs: strategy: fail-fast: false matrix: - package: [ calcos, hstcal, jwst ] + package: [ asdf, calcos, hstcal, jwst ] runs-on: [ ubuntu-latest, macos-latest ] python-version: [ '3.9', '3.10', '3.11' ] include: + - package: asdf + repository: asdf-format/asdf + extras: [ tests ] - package: calcos repository: spacetelescope/calcos #- package: crds