Skip to content

Commit e7f4f53

Browse files
committed
MINLPTests
1 parent e11e830 commit e7f4f53

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deps/build.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ function try_ci_installation()
5757
elseif Sys.iswindows()
5858
".dll", WHEELS["windows"]
5959
end
60-
run(`wget $url --output-file=knitro.whl`)
61-
run(`unzip knitro.whl`)
60+
if !isdir(joinpath(@__DIR__, "knitro"))
61+
run(`wget $url --output-file=knitro.whl`)
62+
run(`unzip knitro.whl`)
63+
end
6264
filename = joinpath(@__DIR__, "knitro", "lib", "libknitro$(ext)")
6365
write_depsfile("", filename)
6466
return

0 commit comments

Comments
 (0)