Skip to content

Commit

Permalink
v2.3.1 (#688)
Browse files Browse the repository at this point in the history
* add missing pytest

* fix npm publish
  • Loading branch information
elalish authored Jan 8, 2024
1 parent 2d0c705 commit e83b9bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
npm ci
npm run build
npm test
cp ../manifold.* ./dist/
- name: Upload WASM files
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -191,7 +192,7 @@ jobs:
- name: Install common dependencies
run: |
brew install pkg-config googletest assimp
pip install trimesh
pip install trimesh pytest
- name: Install TBB
if: matrix.parallel_backend == 'TBB'
run: brew install tbb
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ use the extension, please add `$BUILD_DIR/bindings/python` to your `PYTHONPATH`,
can be found in `bindings/python/examples`. To see exported samples, run:
```
sudo apt install pkg-config libpython3-dev python3 python3-distutils python3-pip
pip install trimesh
pip install trimesh pytest
python3 run_all.py -e
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install.components = ["bindings"]

[tool.cibuildwheel]
build-frontend = "build"
test-requires = ["trimesh"]
test-requires = ["trimesh", "pytest"]
test-command = "python {project}/bindings/python/examples/run_all.py"
# Setuptools bug causes collision between pypy and cpython artifacts
manylinux-x86_64-image = "manylinux_2_28"
Expand Down

0 comments on commit e83b9bd

Please sign in to comment.