Skip to content

Commit

Permalink
revert lines according to review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Jan 13, 2024
1 parent 8023df4 commit 85cae70
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/scripts/python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,16 @@ function build()

function test()
{
cmake --build build --target python-test
cmake --build build --target python-test-unstable
cd $GITHUB_WORKSPACE/python/gtsam/tests
$PYTHON -m unittest discover -v
cd $GITHUB_WORKSPACE

cd $GITHUB_WORKSPACE/python/gtsam_unstable/tests
$PYTHON -m unittest discover -v
cd $GITHUB_WORKSPACE

# cmake --build build --target python-test
# cmake --build build --target python-test-unstable
}

# select between build or test
Expand Down

0 comments on commit 85cae70

Please sign in to comment.