Skip to content

Commit 7868a0e

Browse files
committed
Re-build IPython.jl before test since conda may alter python
1 parent c949b36 commit 7868a0e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ci/before_script.jl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ end
3838

3939
@info "show_versions.jl"
4040
include("show_versions.jl")
41+
42+
@info "Pkg.build(IPython) since conda might have re-installed different Python"
43+
Pkg.build("IPython")
44+
45+
if VERSION >= v"0.7.0-"
46+
@info "PyCall/deps/build.log:"
47+
print(read(
48+
joinpath(dirname(dirname(pathof(IPython.PyCall))), "deps", "build.log"),
49+
String))
50+
end

0 commit comments

Comments
 (0)