File tree Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 40
40
${{ runner.os }}-test-${{ env.cache-name }}-
41
41
${{ runner.os }}-test-
42
42
${{ runner.os }}-
43
- - name : MP#master
44
- shell : julia --project=@. {0}
45
- run : |
46
- using Pkg
47
- Pkg.add([
48
- PackageSpec(name="PolyJuMP", rev="master"),
49
- ])
50
43
- uses : julia-actions/julia-buildpkg@v1
51
44
- uses : julia-actions/julia-runtest@v1
52
45
with :
Original file line number Diff line number Diff line change 22
22
run : |
23
23
using Pkg
24
24
Pkg.add([
25
- PackageSpec(name="PolyJuMP", rev="master"),
26
25
PackageSpec(path=pwd()),
27
26
])
28
27
Pkg.instantiate()
Original file line number Diff line number Diff line change 17
17
run : |
18
18
using Pkg
19
19
Pkg.add([
20
- PackageSpec(name="PolyJuMP", rev="master"),
21
20
PackageSpec(path=pwd()),
22
21
])
23
22
Pkg.instantiate()
Original file line number Diff line number Diff line change 1
1
name = " SumOfSquares"
2
2
uuid = " 4b9e565b-77fc-50a5-a571-1244f986bda1"
3
3
repo = " https://github.com/jump-dev/SumOfSquares.jl.git"
4
- version = " 0.6.4 "
4
+ version = " 0.7.0 "
5
5
6
6
[deps ]
7
7
DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
You can’t perform that action at this time.
0 commit comments