Skip to content

feat(reid): appearance ReID association via standalone reid package #1312

feat(reid): appearance ReID association via standalone reid package

feat(reid): appearance ReID association via standalone reid package #1312

Workflow file for this run

name: Docs Test WorkFlow 📚
on:
push:
branches: ['release/*', 'develop']
pull_request:
branches: ['release/*', 'develop']
# Restrict permissions by default
permissions:
contents: read # Required for checkout
checks: write # Required for test reporting
jobs:
docs-build-test:
name: Test docs build
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: 🐍 Install uv and set Python
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.10"
activate-environment: true
- name: 🏗️ Install dependencies
run: uv sync --frozen --group docs
- name: 🧪 Test Docs Build
run: uv run mkdocs build --verbose