mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 08:28:52 -06:00
Add build.jl
This commit is contained in:
6
deps/build.jl
vendored
Normal file
6
deps/build.jl
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
using Conda
|
||||
ENV["PATH"] *= ";" * joinpath(Conda.ROOTENV, "Scripts")
|
||||
ENV["PATH"] *= ";" * joinpath(Conda.ROOTENV, "Library", "bin")
|
||||
pip = joinpath(Conda.ROOTENV, "Scripts", "pip")
|
||||
run(`$pip install miplearn==0.1.0`)
|
||||
|
||||
Reference in New Issue
Block a user