We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 620b842 + 5e69ee2 commit 786ad11Copy full SHA for 786ad11
.github/workflows/cmake-multi-platform.yml
@@ -94,3 +94,8 @@ jobs:
94
working-directory: ${{ steps.strings.outputs.build-output-dir }}
95
run: |
96
ctest --build-config ${{ matrix.build_type }} --no-tests=error --output-on-failure --verbose --test-dir test/
97
+
98
+ - name: Test Python Module Import
99
+ working-directory: ${{ steps.strings.outputs.build-output-dir }}
100
+ run: |
101
+ python3 -c "import apriltag; apriltag.apriltag(family='tag36h11')"
0 commit comments