Skip to content

Bump pydantic from 2.11.5 to 2.11.7 in the python group #75

Bump pydantic from 2.11.5 to 2.11.7 in the python group

Bump pydantic from 2.11.5 to 2.11.7 in the python group #75

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Test
run: uv run pyvec-docs test
- name: Build documentation
run: uv run pyvec-docs build