Skip to content

Bump mypy from 1.19.0 to 1.19.1 #472

Bump mypy from 1.19.0 to 1.19.1

Bump mypy from 1.19.0 to 1.19.1 #472

Workflow file for this run

---
name: pytest
"on":
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Set up Python 3.10
uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Running pytest
run: |
python -m pip install --quiet --no-cache-dir --upgrade uv
uv run pytest -m 'not network' -vs