Skip to content

Commit

Permalink
test importing the apriltag Python wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Sep 15, 2024
1 parent 620b842 commit 5e69ee2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,8 @@ jobs:
working-directory: ${{ steps.strings.outputs.build-output-dir }}
run: |
ctest --build-config ${{ matrix.build_type }} --no-tests=error --output-on-failure --verbose --test-dir test/
- name: Test Python Module Import
working-directory: ${{ steps.strings.outputs.build-output-dir }}
run: |
python3 -c "import apriltag; apriltag.apriltag(family='tag36h11')"

0 comments on commit 5e69ee2

Please sign in to comment.