Skip to content

Commit

Permalink
Rebuild PyCall in install_dependencies.jl for JuliaCIBot
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Oct 13, 2018
1 parent 74d61a3 commit 6b4b799
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/before_script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ else
end
end

# Let PyCall.jl use Python interpreter from Conda.jl
# See: https://github.com/JuliaPy/PyCall.jl
ENV["PYTHON"] = ""

@info "Pkg.clone(pwd())"
Pkg.clone(pwd())

Expand Down
11 changes: 11 additions & 0 deletions test/install_dependencies.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
if VERSION >= v"0.7.0-"
# Adding Pkg in test/REQUIRE would be an error in 0.6. Using
# Project.toml still has some gotchas. So:
Pkg = Base.require(Base.PkgId(Base.UUID(0x44cfe95a1eb252eab672e2afdf69b78f), "Pkg"))
end

# Let PyCall.jl use Python interpreter from Conda.jl
# See: https://github.com/JuliaPy/PyCall.jl
ENV["PYTHON"] = ""
Pkg.build("PyCall")

using Compat: @info
using IPython

Expand Down

0 comments on commit 6b4b799

Please sign in to comment.