From b00271756754eee6d0aa46e9be548ac8ac3f7f18 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Fri, 24 Dec 2021 02:13:08 -0500 Subject: [PATCH] Revert "Workaround hang with 1.8-DEV" This reverts commit d87b40df48a4c7e16e43e810504acb8e46d862b0. --- test/runtests.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 6039b18b0..21dc2cab9 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,5 @@ if get(ENV, "CI", "false") == "true" using Distributed - VERSION < v"1.8-" && # workaround the hang in CI if nprocs() < 4 addprocs(4 - nprocs()) end