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 5746912 commit c3d563eCopy full SHA for c3d563e
test/runtests.jl
@@ -1,10 +1,11 @@
1
using TestItemRunner
2
3
@testmodule Setup begin
4
+ using PythonCall
5
# test if we are in CI
6
ci = get(ENV, "CI", "") == "true"
- # test if we have all dev conda deps (assume true if not in CI)
7
- devdeps = ci ? ENV["JULIA_PYTHONCALL_EXE"] == "@CondaPkg" : true
+ # test if we have all dev conda deps
8
+ devdeps = PythonCall.C.CTX.which == :CondaPkg
9
end
10
11
@run_package_tests
0 commit comments