Skip to content

Commit

Permalink
revert ci add 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Dec 30, 2023
1 parent 0d6d55c commit 5fe73b1
Showing 1 changed file with 42 additions and 12 deletions.
54 changes: 42 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,51 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.8', '1.9', '1.10']
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
test_set: ["estimation", "higher_order_estimation", "higher_order", "plots", "basic"]
exclude:
- version: ['1.8']
os: [macOS-latest, windows-latest]
- version: ['1.9']
os: [macOS-latest, windows-latest]
- version: ['1.10']
os: [macOS-latest, windows-latest]
test_set: ["estimation", "higher_order_estimation", "higher_order"]
version:
- '1.10' #^1-0 and ^1.9-0 are not recognised
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
test_set:
- "estimation"
- "higher_order_estimation"
- "higher_order"
- "plots"
- "basic"
include:
- os: ubuntu-latest
prefix: xvfb-run
- version: '1.8'
os: ubuntu-latest
arch: x64
test_set: "basic"
- version: '1.8'
os: ubuntu-latest
arch: x64
test_set: "plots"
- version: '1.9'
os: ubuntu-latest
arch: x64
test_set: "estimation"
allow_failure: true
- version: '1.9'
os: ubuntu-latest
arch: x64
test_set: "higher_order"
allow_failure: true
- version: '1.9'
os: ubuntu-latest
arch: x64
test_set: "plots"
allow_failure: true
- version: '1.9'
os: ubuntu-latest
arch: x64
test_set: "basic"
allow_failure: true
- version: 'nightly'
os: ubuntu-latest
arch: x64
Expand Down

0 comments on commit 5fe73b1

Please sign in to comment.