Skip to content

Commit f3702e4

Browse files
author
Christopher Doris
committed
typo
1 parent 5f745bf commit f3702e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpython/context.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function init_context()
211211
# child processes.
212212
#
213213
# Only done when CI=true since it's a hack.
214-
if (get(ENV, "CI", "false") == "true") && (CTX.which !== :CondaPkg)
214+
if (get(ENV, "CI", "false") == "true") && (CTX.which === :CondaPkg)
215215
ENV["JULIA_PYTHONCALL_EXE"] = CTX.exe_path::String
216216
end
217217

0 commit comments

Comments
 (0)