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 5f745bf commit f3702e4Copy full SHA for f3702e4
src/cpython/context.jl
@@ -211,7 +211,7 @@ function init_context()
211
# child processes.
212
#
213
# Only done when CI=true since it's a hack.
214
- if (get(ENV, "CI", "false") == "true") && (CTX.which !== :CondaPkg)
+ if (get(ENV, "CI", "false") == "true") && (CTX.which === :CondaPkg)
215
ENV["JULIA_PYTHONCALL_EXE"] = CTX.exe_path::String
216
end
217
0 commit comments