Skip to content

Commit 653a212

Browse files
committed
bin/pip_install_ubuntu.sh: Use build isolation
1 parent 14aa184 commit 653a212

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

bin/pip_install_ubuntu.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,12 @@ cd ..
4141
ls -l /usr/local/lib
4242
sudo ldconfig /usr/local/lib
4343

44-
# Python build requirements. Ideally these would be in pyproject.toml, but
45-
# first need to migrate from setup.py to pyproject.toml.
46-
pip install numpy cython setuptools wheel
47-
4844
# Install from checkout (or sdist).
4945
echo -----------------------------------------------------------
5046
echo
5147
echo Running:
52-
echo $ pip install --no-binary :all: --no-build-isolation $1
48+
echo $ pip install --no-binary python-flint $1
5349
echo
5450
echo -----------------------------------------------------------
5551

56-
pip install --no-binary :all: --no-build-isolation $1
52+
pip install --no-binary python-flint $1

0 commit comments

Comments
 (0)