Skip to content

test: increase test coverage #26

test: increase test coverage

test: increase test coverage #26

Workflow file for this run

# This workflow runs MyPy on the PR
name: PyProximal-mypy
on: [push, pull_request]
jobs:
mypy:
runs-on: ubuntu-latest
name: MyPy
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Install uv with Python
uses: astral-sh/setup-uv@v6
with:
python-version: "3.11"
enable-cache: true
- name: Install dependencies and pyproximal
run: uv sync --locked --all-extras --all-groups
- name: Run Mypy
run: |
uv run mypy pyproximal/