Skip to content

Bump wntrblm/nox from 2026.04.10 to 2026.07.11 in /.github/workflows #39

Bump wntrblm/nox from 2026.04.10 to 2026.07.11 in /.github/workflows

Bump wntrblm/nox from 2026.04.10 to 2026.07.11 in /.github/workflows #39

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.07.11
- run: nox