Skip to content

[WIP] Avoid truncating valid PixelData by computing the default expected frames instead of assuming 1 #701

[WIP] Avoid truncating valid PixelData by computing the default expected frames instead of assuming 1

[WIP] Avoid truncating valid PixelData by computing the default expected frames instead of assuming 1 #701

Workflow file for this run

name: pr-typing
on:
pull_request:
branches: [ main ]
jobs:
check-typing:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
python-version: [ '3.10', '3.11' ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install typing dependencies
run: |
python -m pip install --upgrade pip
python -m pip install mypy==1.3.0
python -m pip install --upgrade types-requests
- name: Run typing check with mypy
run: |
mypy