Skip to content

Commit

Permalink
ci on 1.11.0 only since 1.11.1 fails due to pigeons
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Oct 16, 2024
1 parent 0ccac3c commit 95ce85e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
test_set: ["basic", "plots", "higher_order", "estimation"]
version: ['1.11']
version: ['1.11.0']
os: [ubuntu-latest, macos-latest, windows-latest]
arch: [x64, arm64]
exclude:
Expand Down Expand Up @@ -43,23 +43,23 @@ jobs:
# os: macos-latest
# arch: x64
# test_set: "solver3"
- version: '1.11'
- version: '1.11.0'
os: ubuntu-latest
arch: x64
test_set: "estimate_sw07"
- version: '1.11'
- version: '1.11.0'
os: ubuntu-latest
arch: x64
test_set: "1st_order_inversion_estimation"
- version: '1.11'
- version: '1.11.0'
os: ubuntu-latest
arch: x64
test_set: "2nd_order_estimation"
- version: '1.11'
- version: '1.11.0'
os: ubuntu-latest
arch: x64
test_set: "3rd_order_estimation"
- version: '1.10'
- version: '1.10.0'
os: macOS-latest
arch: x64
test_set: "basic"
Expand Down

0 comments on commit 95ce85e

Please sign in to comment.