Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 13, 2024
1 parent 51d2012 commit 9d72e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/MINLPTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
Pkg.activate(".")
Pkg.instantiate()
Pkg.add(PackageSpec(path=ENV["GITHUB_WORKSPACE"]))
include(joinpath(path, "runtests.jl"))
include(joinpath(path, "runtests.jl"))
2 changes: 1 addition & 1 deletion test/MINLPTests/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ using Test
primal_tol = 1e-6,
dual_tol = 1e-6,
)
end
end

0 comments on commit 9d72e86

Please sign in to comment.