Skip to content

Commit 4d1cee8

Browse files
committed
Remove --no-build-isolation in test build script
1 parent dd67b06 commit 4d1cee8

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

bin/pip_install_ubuntu.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sudo apt-get update
1919
sudo apt-get install libgmp-dev libmpfr-dev xz-utils
2020

2121
# Only Flint 3 or newer will work.
22-
FLINTVER=3.0.0
22+
FLINTVER=3.0.1
2323

2424
# This will default to installing in /usr/local. If you want to install in a
2525
# non-standard location then configure flint with
@@ -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 :all: $1
5349
echo
5450
echo -----------------------------------------------------------
5551

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

0 commit comments

Comments
 (0)