Skip to content

Fix broken toon3/toon5 materials, bump to three r170 #1419

Fix broken toon3/toon5 materials, bump to three r170

Fix broken toon3/toon5 materials, bump to three r170 #1419

Workflow file for this run

name: pyright
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pyright:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install uv
uv pip install --system -e ".[dev,examples]"
- name: Run pyright
run: |
pyright .