Skip to content

Commit abfe2e4

Browse files
Some plaform issues with open3d, install via conda
1 parent 0b62f7f commit abfe2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install dependencies
3636
run: |
37-
micromamba create -y -n myenv -c conda-forge python=${{ matrix.python-version }} pip pytest-timeout pytest-xvfb
37+
micromamba create -y -n myenv -c conda-forge python=${{ matrix.python-version }} pip pytest-timeout pytest-xvfb open3d
3838
micromamba run -n myenv pip install .[dev]
3939
# install the data package
4040
cd mvtb-data

0 commit comments

Comments
 (0)