Skip to content

Bump mypy from 1.16.0 to 1.16.1 #89

Bump mypy from 1.16.0 to 1.16.1

Bump mypy from 1.16.0 to 1.16.1 #89

Workflow file for this run

name: CodSpeed
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
permissions: {}
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: 🛠 Set up Python 3
uses: actions/[email protected]
id: python
with:
python-version: 3.x
- name: Install dependencies
run: make requirements
- name: Run benchmarks
uses: CodSpeedHQ/action@0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d # v3.5.0
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: poetry run pytest -x --no-cov -vvvvv --codspeed benchmarks