Skip to content

Don't delete material_0 texture if exists #63

Don't delete material_0 texture if exists

Don't delete material_0 texture if exists #63

Workflow file for this run

name: Mypy
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
mypy:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- name: Checkout obj2mjcf
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
pip install -e "."
pip install mypy
- name: Test with mypy
run: |
mypy --install-types --non-interactive .