Skip to content

work on sensitivity

work on sensitivity #5

Workflow file for this run

name: MyPy
on: [push]
jobs:
mypy:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.13" ]
steps:
- uses: actions/checkout@v4
- name: Install uv and set the python version
uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
- name: Test with tox
run:
uvx --with tox-uv tox -e mypy