Skip to content

remove reqs

remove reqs #462

Workflow file for this run

name: typing
on:
push:
paths:
- 'streamable/**'
- 'tests/**'
- '.github/workflows/typing.yml'
jobs:
mypy:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.7.17', '3.14.0-alpha.3']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: mypy
run: make venv typing-requirements typing tests-requirements tests-typing