File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- # Since MultivariatePolynomials doesn't have binary dependencies,
14
+ # Since TypedPolynomials doesn't have binary dependencies,
15
15
# only test on a subset of possible platforms.
16
16
include :
17
17
- version : ' 1'
42
42
${{ runner.os }}-test-${{ env.cache-name }}-
43
43
${{ runner.os }}-test-
44
44
${{ runner.os }}-
45
- - name : MP#master
46
- shell : julia --project=@. {0}
47
- run : |
48
- using Pkg
49
- Pkg.add(PackageSpec(name="MultivariatePolynomials", rev="master"))
50
45
- uses : julia-actions/julia-buildpkg@v1
51
46
- uses : julia-actions/julia-runtest@v1
52
47
with :
Original file line number Diff line number Diff line change 1
1
name = " TypedPolynomials"
2
2
uuid = " afbbf031-7a57-5f58-a1b9-b774a0fad08d"
3
3
repo = " https://github.com/JuliaAlgebra/TypedPolynomials.jl.git"
4
- version = " 0.3.2 "
4
+ version = " 0.4.0 "
5
5
6
6
[deps ]
7
7
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
14
14
15
15
[compat ]
16
16
MacroTools = " 0.5"
17
- MultivariatePolynomials = " 0.4.1 "
18
- MutableArithmetics = " 0.3, 1"
17
+ MultivariatePolynomials = " 0.5 "
18
+ MutableArithmetics = " 1"
19
19
Reexport = " 1"
20
20
julia = " 1.6"
You can’t perform that action at this time.
0 commit comments