Skip to content

Fix type checking in samples and initializers #1

Fix type checking in samples and initializers

Fix type checking in samples and initializers #1

Workflow file for this run

name: Pyright
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: Type check with pyright
run: pyright