Skip to content

Bump actions/checkout from 6 to 7 in /.github/workflows #37

Bump actions/checkout from 6 to 7 in /.github/workflows

Bump actions/checkout from 6 to 7 in /.github/workflows #37

Workflow file for this run

name: Tests
on: push
jobs:
pytest:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository code
uses: actions/checkout@v7
- name: Install uv with cache
uses: astral-sh/setup-uv@v7
with:
version: "0.6.2"
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install nox
uses: wntrblm/nox@2026.04.10
- run: nox