Skip to content

Commit 4fe7c99

Browse files
authored
Removed parallel CI (#30237)
1 parent 4b9c62d commit 4fe7c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ conda list pandas
121121
# Make sure any error below is reported as such
122122

123123
echo "[Build extensions]"
124-
python setup.py build_ext -q -i -j4
124+
python setup.py build_ext -q -i
125125

126126
# XXX: Some of our environments end up with old versions of pip (10.x)
127127
# Adding a new enough version of pip to the requirements explodes the

0 commit comments

Comments
 (0)