We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b62f7f commit abfe2e4Copy full SHA for abfe2e4
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Install dependencies
36
run: |
37
- micromamba create -y -n myenv -c conda-forge python=${{ matrix.python-version }} pip pytest-timeout pytest-xvfb
+ micromamba create -y -n myenv -c conda-forge python=${{ matrix.python-version }} pip pytest-timeout pytest-xvfb open3d
38
micromamba run -n myenv pip install .[dev]
39
# install the data package
40
cd mvtb-data
0 commit comments