Skip to content

Use uv as Nox backend and several related improvements #660

Use uv as Nox backend and several related improvements

Use uv as Nox backend and several related improvements #660

Workflow file for this run

name: typeguard
# TODO: enable this once typeguard=4 is released and issues are fixed.
# on:
# - push
jobs:
typeguard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Test with nox
run: uv run --group nox nox -e pytest_typeguard