We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60de18b commit 8d8ea6eCopy full SHA for 8d8ea6e
test/runtests.jl
@@ -1,3 +1,9 @@
1
+if get(ENV, "CI", "") != ""
2
+ @info "Building PyCall in CI"
3
+ using Pkg
4
+ Pkg.build("PyCall")
5
+end
6
+
7
using TestItemRunner
8
9
@run_package_tests
0 commit comments