Skip to content

Commit 8b1e521

Browse files
committed
Test commit: unset ENV variable
1 parent af131e2 commit 8b1e521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ end
77
proj = abspath(joinpath(@__DIR__, ".."))
88
cmd = """Base.runtests(["LinearAlgebra"]; propagate_project=true, ncores=$ncores)"""
99
run(addenv(`$(Base.julia_cmd()) --project=$proj --compiled-modules=existing -e $cmd`,
10-
"JULIA_NUM_THREADS" => 1, "JULIA_PRUNE_OLD_LA" => true))
10+
"JULIA_NUM_THREADS" => 1))

0 commit comments

Comments
 (0)