Update python install in CI to use pip

release/4.3a0
Varun Agrawal 2022-01-22 10:17:12 -05:00 committed by Frank Dellaert
parent 600f05ae2c
commit 4659762119
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
make -j2 install
cd $GITHUB_WORKSPACE/build/python
$PYTHON setup.py install --user --prefix=
$PYTHON -m pip install --user .
cd $GITHUB_WORKSPACE/python/gtsam/tests
$PYTHON -m unittest discover -v