There was an error while loading. Please reload this page.
1 parent 6c40e1f commit 91218daCopy full SHA for 91218da
1 file changed
ci/run_ci.sh
@@ -86,7 +86,7 @@ echo
86
python -m venv open3d_test.venv
87
# shellcheck disable=SC1091
88
source open3d_test.venv/bin/activate
89
-python -m pip install -U pip=="${PIP_VER}"
+python -m pip install -U pip=="${PIP_VER}" pytest
90
python -m pip install "${WHEEL_PATH}"
91
92
echo "3. Sanity-check the installed package"
0 commit comments