Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ jobs:
with:
python-version: '3.12'

- run: pip install --upgrade pip
- run: pip install cython setuptools
- run: python setup.py sdist
- run: pip install build
- run: python -m build --sdist

- uses: actions/upload-artifact@v4
with:
Expand Down
8 changes: 2 additions & 6 deletions bin/pip_install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,12 @@ cd ..
ls -l /usr/local/lib
sudo ldconfig /usr/local/lib

# Python build requirements. Ideally these would be in pyproject.toml, but
# first need to migrate from setup.py to pyproject.toml.
pip install numpy cython setuptools wheel

# Install from checkout (or sdist).
echo -----------------------------------------------------------
echo
echo Running:
echo $ pip install --no-binary :all: --no-build-isolation $1
echo $ pip install --no-binary python-flint $1
echo
echo -----------------------------------------------------------

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