Skip to content

Commit c096b3d

Browse files
committed
v0.7.0
1 parent 9de6dac commit c096b3d

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
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:

.github/workflows/documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
run: |
2323
using Pkg
2424
Pkg.add([
25-
PackageSpec(name="PolyJuMP", rev="master"),
2625
PackageSpec(path=pwd()),
2726
])
2827
Pkg.instantiate()

.github/workflows/examples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
run: |
1818
using Pkg
1919
Pkg.add([
20-
PackageSpec(name="PolyJuMP", rev="master"),
2120
PackageSpec(path=pwd()),
2221
])
2322
Pkg.instantiate()

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SumOfSquares"
22
uuid = "4b9e565b-77fc-50a5-a571-1244f986bda1"
33
repo = "https://github.com/jump-dev/SumOfSquares.jl.git"
4-
version = "0.6.4"
4+
version = "0.7.0"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

0 commit comments

Comments
 (0)