py: fix potential bug in skip viz if there was an error #225
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Windows 11 ARM | |
| on: | |
| push: | |
| branches: [master] | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| python_bindings_windows_11_arm: | |
| uses: ./.github/workflows/python_bindings_reusable.yaml | |
| with: | |
| run_os: windows-11-arm | |
| run_optional: false | |
| python_version: "3.11" |