Skip to content

Commit 9495a28

Browse files
committed
Revert "Compile with 4 cores on deployment builds."
This reverts commit a4b384b.
1 parent 90ba1b9 commit 9495a28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/deploy-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ for PYBIN in $PYBINS; do
5151
cd numpy-1.14.6
5252
rm -f numpy/random/mtrand/mtrand.c
5353
rm -f PKG-INFO
54-
"${PYBIN}/python" -m pip install . --no-deps --ignore-installed -v --progress-bar=off -q -- -- -j 4 -v
54+
"${PYBIN}/python" -m pip install . --no-deps --ignore-installed -v --progress-bar=off -q
5555
"${PYBIN}/pip" wheel ~/ci/freud/ -w ~/wheelhouse/ --no-deps --no-build-isolation --no-use-pep517
5656
done
5757

.circleci/deploy-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ for VERSION in ${PY_VERSIONS[@]}; do
6363
cd numpy-1.14.6
6464
rm -f numpy/random/mtrand/mtrand.c
6565
rm -f PKG-INFO
66-
pip install . --no-deps --ignore-installed -v -q --progress-bar=off -- -- -j 4 -v
66+
pip install . --no-deps --ignore-installed -v -q --progress-bar=off
6767

6868
pip install wheel delocate --progress-bar=off
6969
pip wheel ~/ci/freud/ -w ~/wheelhouse/ --no-deps --no-build-isolation --no-use-pep517

0 commit comments

Comments
 (0)