Skip to content

Commit 933a7b0

Browse files
committed
Print PyCall's build.log in ci/before_script.jl
1 parent ad2500f commit 933a7b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci/before_script.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Pkg.clone(pwd())
1717
Pkg.build("IPython")
1818

1919
using IPython
20+
21+
if VERSION >= v"0.7.0-"
22+
@info "PyCall/deps/build.log:"
23+
print(read(
24+
joinpath(dirname(dirname(pathof(IPython.PyCall))), "deps", "build.log"),
25+
String))
26+
end
27+
2028
IPython.install_dependency("pytest"; force=true)
2129
IPython.install_dependency("ipython"; force=true)
2230
if get(ENV, "CONDA_JL_VERSION", "") != "2"

0 commit comments

Comments
 (0)