Skip to content

Commit

Permalink
Add python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezgp committed Jun 28, 2022
1 parent c245a4c commit 350ae25
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using Pkg
using PyCall
using Conda

if lowercase(get(ENV, "CI", "false")) == "true"
ENV["PYTHON"] = ""
Pkg.build("PyCall")
end

Conda.add("scikit-learn")

0 comments on commit 350ae25

Please sign in to comment.