We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a060674 commit 75c37feCopy full SHA for 75c37fe
ci/setup_env.sh
@@ -121,7 +121,7 @@ conda list pandas
121
# Make sure any error below is reported as such
122
123
echo "[Build extensions]"
124
-python setup.py build_ext -q -i
+python setup.py build_ext -q -i -j2
125
126
# XXX: Some of our environments end up with old versions of pip (10.x)
127
# Adding a new enough version of pip to the requirements explodes the
0 commit comments