Skip to content

Feature: Select validation in evenly spaced blocks #454

Feature: Select validation in evenly spaced blocks

Feature: Select validation in evenly spaced blocks #454

Workflow file for this run

name: Test Guides
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ✅ Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
# Install a specific version of uv.
version: "0.10.4"
enable-cache: true
python-version: 3.12
- name: Install the project
run: uv sync --all-extras --dev
- name: 🧪 Run tests
run: uv run pytest --color=yes docs/test_guides.py