Skip to content

deps: update pytest-asyncio requirement from >=0.23.0 to >=1.2.0 #32

deps: update pytest-asyncio requirement from >=0.23.0 to >=1.2.0

deps: update pytest-asyncio requirement from >=0.23.0 to >=1.2.0 #32

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: pip
- run: pip install -e ".[dev]"
- run: ruff check .
- run: mypy
- run: pytest tests/