Skip to content

deps: update pytest-benchmark requirement from >=4.0.0 to >=5.2.3 #26

deps: update pytest-benchmark requirement from >=4.0.0 to >=5.2.3

deps: update pytest-benchmark requirement from >=4.0.0 to >=5.2.3 #26

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/