Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 7, 2021
1 parent 9001b35 commit 75bbce3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
BinaryProvider = "~0.5"
CEnum = "0.3, 0.4"
GLPK_jll = "=5.0.0"
MathOptInterface = "~0.9.19"
MathOptInterface = "~0.10.0"
julia = "1"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Pkg", "Random", "SparseArrays", "Test"]
test = ["Random", "SparseArrays", "Test"]
3 changes: 0 additions & 3 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ function test_MOI_Test()
exclude = [
# GLPK returns INVALID_MODEL instead of INFEASIBLE
"test_constraint_ZeroOne_bounds_3",
# Upstream issue: https://github.com/jump-dev/MathOptInterface.jl/issues/1398#issuecomment-872633881
"test_constraint_ConstraintDualStart",
"test_constraint_ConstraintPrimalStart",
# Upstream issue: https://github.com/jump-dev/MathOptInterface.jl/issues/1431
"test_model_LowerBoundAlreadySet",
"test_model_UpperBoundAlreadySet",
Expand Down
5 changes: 0 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
if get(ENV, "GITHUB_ACTIONS", "") == "true"
import Pkg
Pkg.add(Pkg.PackageSpec(name = "MathOptInterface", rev = "master"))
end

using GLPK
using Test

Expand Down

0 comments on commit 75bbce3

Please sign in to comment.