Skip to content

Commit

Permalink
Revert "Compile with 4 cores on deployment builds."
Browse files Browse the repository at this point in the history
This reverts commit a4b384b.
  • Loading branch information
bdice committed Nov 10, 2020
1 parent 90ba1b9 commit 9495a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/deploy-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for PYBIN in $PYBINS; do
cd numpy-1.14.6
rm -f numpy/random/mtrand/mtrand.c
rm -f PKG-INFO
"${PYBIN}/python" -m pip install . --no-deps --ignore-installed -v --progress-bar=off -q -- -- -j 4 -v
"${PYBIN}/python" -m pip install . --no-deps --ignore-installed -v --progress-bar=off -q
"${PYBIN}/pip" wheel ~/ci/freud/ -w ~/wheelhouse/ --no-deps --no-build-isolation --no-use-pep517
done

Expand Down
2 changes: 1 addition & 1 deletion .circleci/deploy-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ for VERSION in ${PY_VERSIONS[@]}; do
cd numpy-1.14.6
rm -f numpy/random/mtrand/mtrand.c
rm -f PKG-INFO
pip install . --no-deps --ignore-installed -v -q --progress-bar=off -- -- -j 4 -v
pip install . --no-deps --ignore-installed -v -q --progress-bar=off

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

0 comments on commit 9495a28

Please sign in to comment.