Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use setuptools instead of distutils #100

Merged
merged 13 commits into from
Oct 21, 2023
Prev Previous commit
Next Next commit
Install setuptools in CI
  • Loading branch information
oscarbenjamin committed Oct 21, 2023
commit 621531e185af6963b70783d8524088384d4ab4a9
4 changes: 2 additions & 2 deletions bin/pip_install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ cd ..
ls -l /usr/local/lib
sudo ldconfig /usr/local/lib

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

# Install from checkout (or sdist).
echo -----------------------------------------------------------
Expand Down
Loading