Skip to content

Commit

Permalink
Revert "Workaround hang with 1.8-DEV"
Browse files Browse the repository at this point in the history
This reverts commit d87b40d.
  • Loading branch information
tkf committed Dec 24, 2021
1 parent b800958 commit b002717
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b002717

Please sign in to comment.