We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfd17c commit 11bc306Copy full SHA for 11bc306
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- version: ['1'] # Test against LTS
+ version: ['1'] # , '1.6'] # LTS is failing because HomotopyContinuation is a dependency of the tests it doesn't support the LTS
15
os: [ubuntu-latest, macOS-latest, windows-latest]
16
arch: [x64]
17
include:
Project.toml
@@ -20,7 +20,7 @@ StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1"
20
[compat]
21
DataStructures = "0.18"
22
DynamicPolynomials = "0.5"
23
-IntervalArithmetic = "0.22"
+IntervalArithmetic = "0.20, 0.21, 0.22" # Needs v0.20 for Julia v1.6 support
24
JuMP = "1"
25
MathOptInterface = "1"
26
MultivariateBases = "0.2"
0 commit comments