Skip to content

Commit 91218da

Browse files
committed
pytest
1 parent 6c40e1f commit 91218da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/run_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ echo
8686
python -m venv open3d_test.venv
8787
# shellcheck disable=SC1091
8888
source open3d_test.venv/bin/activate
89-
python -m pip install -U pip=="${PIP_VER}"
89+
python -m pip install -U pip=="${PIP_VER}" pytest
9090
python -m pip install "${WHEEL_PATH}"
9191

9292
echo "3. Sanity-check the installed package"

0 commit comments

Comments
 (0)