Fix CI Script for Pybind11

release/4.3a0
Fan Jiang 2020-08-18 12:21:24 -04:00
parent bc748243cb
commit 949f02a0f5
1 changed files with 2 additions and 2 deletions

View File

@ -80,9 +80,9 @@ case $WRAPPER in
$PYTHON -m unittest discover
;;
"pybind")
cd $GITHUB_WORKSPACE/python
cd $GITHUB_WORKSPACE/build/python
$PYTHON setup.py install --user --prefix=
cd $GITHUB_WORKSPACE/wrap/python/gtsam_py/tests
cd $GITHUB_WORKSPACE/python/gtsam/tests
$PYTHON -m unittest discover
;;
*)