Skip to content

Commit

Permalink
reorder matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jul 22, 2022
1 parent 3040ae7 commit db7fce4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ '3.8', '3.9', '3.10' ]
os: [ ubuntu-latest, macos-latest ]
python: [ '3.8', '3.9', '3.10' ]
steps:
- uses: actions/checkout@v3.0.2
- if: runner.os == 'Linux'
Expand Down Expand Up @@ -73,9 +73,9 @@ jobs:
strategy:
fail-fast: false
matrix:
package: [ acstools, ccdproc, costools, jwst, reftools, synphot, wfpc2tools ]
python: [ '3.8', '3.9', '3.10' ]
os: [ ubuntu-latest, macos-latest ]
python: [ '3.8', '3.9', '3.10' ]
package: [ acstools, ccdproc, costools, jwst, reftools, synphot, wfpc2tools ]
include:
- package: acstools
dependencies: [ ci-watson, pytest-astropy-header, pytest-remotedata ]
Expand Down Expand Up @@ -139,9 +139,9 @@ jobs:
strategy:
fail-fast: false
matrix:
package: [ calcos, hstcal, stsynphot ]
python: [ '3.8', '3.9', '3.10' ]
os: [ ubuntu-latest, macos-latest ]
python: [ '3.8', '3.9', '3.10' ]
package: [ calcos, hstcal, stsynphot ]
include:
- package: calcos
repository: spacetelescope/calcos
Expand Down Expand Up @@ -211,9 +211,9 @@ jobs:
strategy:
fail-fast: false
matrix:
package: [ calcos, drizzlepac ]
python: [ '3.8', '3.9', '3.10' ]
os: [ ubuntu-latest, macos-latest ]
python: [ '3.8', '3.9', '3.10' ]
package: [ calcos, drizzlepac ]
include:
- package: calcos
run: calcos la8n01qkq_rawtag_a.fits
Expand Down Expand Up @@ -270,8 +270,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [ '3.8', '3.9', '3.10' ]
os: [ ubuntu-latest, macos-latest ]
python: [ '3.8', '3.9', '3.10' ]
steps:
- uses: actions/checkout@v3.0.2
- if: runner.os == 'Linux'
Expand Down

0 comments on commit db7fce4

Please sign in to comment.