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 ea9b6b9 commit b23a787
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,19 @@ 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'
flaky: true
continue-on-error: true

- os: macos-latest
testset: tensor
Expand Down

0 comments on commit b23a787

Please sign in to comment.