Skip to content

[BUG FIX] Fix OpenGL context clash when combining Rasterizer-based camera sensors and interactive viewer. #550

[BUG FIX] Fix OpenGL context clash when combining Rasterizer-based camera sensors and interactive viewer.

[BUG FIX] Fix OpenGL context clash when combining Rasterizer-based camera sensors and interactive viewer. #550

Workflow file for this run

name: Precommit Checks (Lint and Format)
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-24.04
name: precommit-checks
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run pre-commit hooks
uses: pre-commit/action@v3.0.1