Skip to content

deps: update pytest requirement from >=8.0.0 to >=8.4.2 #25

deps: update pytest requirement from >=8.0.0 to >=8.4.2

deps: update pytest requirement from >=8.0.0 to >=8.4.2 #25

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/