Skip to content

Commit

Permalink
Add Python 3.10/Linux test
Browse files Browse the repository at this point in the history
Go overboard on quoting sting values in the matrix just to remind
myself that 'foo: 3.10' gets taken as setting foo to 3.1.
  • Loading branch information
DougBurke committed Oct 8, 2024
1 parent f404cb7 commit b3591e3
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions .github/workflows/ci-ciao-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,25 @@ jobs:
strategy:
matrix:
include:
- name: Linux (Python 3.12)
os: ubuntu-latest
python-version: 3.12
xspec-version: 12.14.0i
xspec-channel: https://cxc.cfa.harvard.edu/conda/xspec
- name: "Linux (Python 3.12)"
os: "ubuntu-latest"
python-version: "3.12"
xspec-version: "12.14.0i"
xspec-channel: "https://cxc.cfa.harvard.edu/conda/xspec"
conda-compilers: "gcc_linux-64 gxx_linux-64 gfortran_linux-64"

- name: macOS ARM (Python 3.12)
os: macos-latest
python-version: 3.12
xspec-version: 12.13.1e
xspec-channel: https://cxc.cfa.harvard.edu/conda/ciao
- name: "Linux (Python 3.10)"
os: "ubuntu-latest"
python-version: "3.10"
xspec-version: "12.14.0i"
xspec-channel: "https://cxc.cfa.harvard.edu/conda/xspec"
conda-compilers: "gcc_linux-64 gxx_linux-64 gfortran_linux-64"

- name: "macOS ARM (Python 3.12)"
os: "macos-latest"
python-version: "3.12"
xspec-version: "12.13.1e"
xspec-channel: "https://cxc.cfa.harvard.edu/conda/ciao"
conda-compilers: "clang_osx-arm64 clangxx_osx-arm64 gfortran_osx-arm64"

steps:
Expand Down

0 comments on commit b3591e3

Please sign in to comment.