Skip to content

build(deps): update pytest requirement from <8.2,>=7.4 to >=7.4,<8.3 … #85

build(deps): update pytest requirement from <8.2,>=7.4 to >=7.4,<8.3 …

build(deps): update pytest requirement from <8.2,>=7.4 to >=7.4,<8.3 … #85

Workflow file for this run

name: Type checking
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
- name: Type checking
run: pyright