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 4040 ${{ runner.os }}-test-${{ env.cache-name }}-
4141 ${{ runner.os }}-test-
4242 ${{ 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- ])
5043 - uses : julia-actions/julia-buildpkg@v1
5144 - uses : julia-actions/julia-runtest@v1
5245 with :
Original file line number Diff line number Diff line change 2222 run : |
2323 using Pkg
2424 Pkg.add([
25- PackageSpec(name="PolyJuMP", rev="master"),
2625 PackageSpec(path=pwd()),
2726 ])
2827 Pkg.instantiate()
Original file line number Diff line number Diff line change 1717 run : |
1818 using Pkg
1919 Pkg.add([
20- PackageSpec(name="PolyJuMP", rev="master"),
2120 PackageSpec(path=pwd()),
2221 ])
2322 Pkg.instantiate()
Original file line number Diff line number Diff line change 11name = " SumOfSquares"
22uuid = " 4b9e565b-77fc-50a5-a571-1244f986bda1"
33repo = " https://github.com/jump-dev/SumOfSquares.jl.git"
4- version = " 0.6.4 "
4+ version = " 0.7.0 "
55
66[deps ]
77DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
You can’t perform that action at this time.
0 commit comments