File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ for PYBIN in $PYBINS; do
51
51
cd numpy-1.14.6
52
52
rm -f numpy/random/mtrand/mtrand.c
53
53
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
55
55
" ${PYBIN} /pip" wheel ~ /ci/freud/ -w ~ /wheelhouse/ --no-deps --no-build-isolation --no-use-pep517
56
56
done
57
57
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ for VERSION in ${PY_VERSIONS[@]}; do
63
63
cd numpy-1.14.6
64
64
rm -f numpy/random/mtrand/mtrand.c
65
65
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
67
67
68
68
pip install wheel delocate --progress-bar=off
69
69
pip wheel ~ /ci/freud/ -w ~ /wheelhouse/ --no-deps --no-build-isolation --no-use-pep517
You can’t perform that action at this time.
0 commit comments