Skip to content

Commit

Permalink
Update pip install command and add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed Dec 17, 2024
1 parent ed41f30 commit 38e9858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git submodule status
- name: build
run: |
pip install ./ --global-option="--librom-dir=/env/dependencies/libROM"
pip install -v --user -C"--build-option=install" -C"--build-option=--librom-dir=/env/dependencies/libROM" -C"--build-option=-v" ./
- name: check install
run: |
python3 -c "import pylibROM"
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools==70.1.0", "mpi4py"]
build-backend = "setuptools.build_meta"

0 comments on commit 38e9858

Please sign in to comment.