Skip to content

Bump pytest-asyncio from 0.24.0 to 0.25.0 #166

Bump pytest-asyncio from 0.24.0 to 0.25.0

Bump pytest-asyncio from 0.24.0 to 0.25.0 #166

name: Continuous Integration
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements.txt
- name: Test
run: python -m pytest
- name: Lint and type check
run: |
python -m flake8
python -m mypy arris_tg2492lg