Skip to content

Commit

Permalink
fix for setup.py install deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jan 21, 2022
1 parent 060638f commit 2a023f7
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=
pip install --user --install-option="--prefix=" .
cd $GITHUB_WORKSPACE/python/gtsam/tests
$PYTHON -m unittest discover -v

0 comments on commit 2a023f7

Please sign in to comment.