Skip to content

Commit

Permalink
[DBG] show Python paths
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Feb 1, 2024
1 parent 4a5803a commit 081e053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: False
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
build_type: [Release]
Expand Down Expand Up @@ -97,4 +98,5 @@ jobs:
- name: Test Python Import
run: |
python -c "import sys; print(sys.path)"
python -c "from apriltag import apriltag"

0 comments on commit 081e053

Please sign in to comment.