From 84aadef0e9792ec8c8bb6ecf059e089e7064645c Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Thu, 12 Dec 2019 08:23:37 -0800 Subject: [PATCH] Removed parallel CI --- ci/setup_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/setup_env.sh b/ci/setup_env.sh index a58dbe09dec01..3d79c0cfd7000 100755 --- a/ci/setup_env.sh +++ b/ci/setup_env.sh @@ -121,7 +121,7 @@ conda list pandas # Make sure any error below is reported as such echo "[Build extensions]" -python setup.py build_ext -q -i -j4 +python setup.py build_ext -q -i # XXX: Some of our environments end up with old versions of pip (10.x) # Adding a new enough version of pip to the requirements explodes the