Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 8, 2023
1 parent 3c11a17 commit b70015e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# See: https://cibuildwheel.readthedocs.io/en/stable/options/

[tool.cibuildwheel]
before-all = "python -m pip install cython psutil"
before-build = "python build_tools/build.py"
before-build = """
pip install psutil cython
python build_tools/build.py
"""

0 comments on commit b70015e

Please sign in to comment.