fix for setup.py install deprecation

release/4.3a0
Varun Agrawal 2022-01-21 00:23:42 -05:00 committed by Frank Dellaert
parent 99a97da5f7
commit 06150d143c
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=
pip install --user --install-option="--prefix=" .
cd $GITHUB_WORKSPACE/python/gtsam/tests
$PYTHON -m unittest discover -v