Skip to content

Commit

Permalink
add build-system pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Mar 9, 2022
1 parent efc68ed commit 9af87eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:

- name: Install python dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -c "import setuptools;print('Setuptools version = ', setuptools.__version__)"
python -m pip install --upgrade pip
pip install -v .
pip install --no-binary=mpi4py mpi4py
pip install pytest
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are needed to run setup.py
[build-system]
requires = ["setuptools>=50.0", "wheel"]

0 comments on commit 9af87eb

Please sign in to comment.