Skip to content

Commit

Permalink
Merge pull request #1054 from borglab/fix/ci-python-install
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert authored Jan 22, 2022
2 parents a2caa0c + 635eda6 commit 0638727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0638727

Please sign in to comment.