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 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 = " DynamicPolynomials"
2
2
uuid = " 7c1d4256-1411-5781-91ec-d7bc3513ac07"
3
3
repo = " https://github.com/JuliaAlgebra/DynamicPolynomials.jl.git"
4
- version = " 0.4.5 "
4
+ version = " 0.5.0 "
5
5
6
6
[deps ]
7
7
Future = " 9fa8497b-333b-5362-9e8d-4d0656e87820"
@@ -13,9 +13,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
13
13
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
14
15
15
[compat ]
16
- MultivariatePolynomials = " 0.4.1 "
17
- MutableArithmetics = " 0.3, 1"
18
- Reexport = " 0.2, 1.0 "
16
+ MultivariatePolynomials = " 0.5 "
17
+ MutableArithmetics = " 1"
18
+ Reexport = " 1 "
19
19
julia = " 1"
20
20
21
21
[extras ]
You can’t perform that action at this time.
0 commit comments