Skip to content

Adapting slightly BulletBatchRenderer to new API, needs refactoring #314

Adapting slightly BulletBatchRenderer to new API, needs refactoring

Adapting slightly BulletBatchRenderer to new API, needs refactoring #314

Workflow file for this run

name: Check Packaging
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install .