Skip to content

Commit 81bfcbd

Browse files
author
John Collins
committed
pipeline
1 parent 2aec06c commit 81bfcbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/manifold.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,9 @@ jobs:
291291
echo "PATH=$(brew --prefix [email protected])/bin:/opt/homebrew/opt/[email protected]/libexec/bin:$PATH" >> $GITHUB_ENV
292292
- name: Install common dependencies
293293
run: |
294+
python3 -m venv .venv
294295
brew install pkg-config assimp
295-
pip install trimesh
296+
# pip install trimesh
296297
- name: Install TBB
297298
if: matrix.parallel_backend == 'TBB'
298299
run: brew install tbb

0 commit comments

Comments
 (0)