Skip to content

Commit

Permalink
CI: tweak action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Sep 8, 2023
1 parent b23a787 commit d4c8b82
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,54 +12,63 @@ defaults:
jobs:
run-tests:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.flaky }}
strategy:
matrix:
testset: [matrix, tensor]
env: [base]
os: [ubuntu-latest]
python-version: [3.9, '3.10', '3.11']
flaky: [false]

include:
- os: macos-latest
testset: matrix
env: base
python-version: '3.11'
continue-on-error: true
flaky: true

- os: macos-latest
testset: tensor
env: base
python-version: '3.11'
flaky: false

- os: windows-latest
testset: matrix
env: base
python-version: '3.11'
flaky: false

- os: windows-latest
testset: tensor
env: base
python-version: '3.11'
flaky: false

- env: torch
testset: tensor
os: ubuntu-latest
python-version: '3.11'
flaky: false

- env: jax
testset: tensor
os: ubuntu-latest
python-version: '3.11'
flaky: false

- env: tensorflow
testset: tensor
os: ubuntu-latest
python-version: '3.11'
flaky: false

- env: slepc
testset: matrix
os: ubuntu-latest
python-version: '3.11'
flaky: false

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d4c8b82

Please sign in to comment.