Skip to content

Update uv-build requirement from <0.11.0,>=0.7.3 to >=0.7.3,<0.12.0 in the python group #239

Update uv-build requirement from <0.11.0,>=0.7.3 to >=0.7.3,<0.12.0 in the python group

Update uv-build requirement from <0.11.0,>=0.7.3 to >=0.7.3,<0.12.0 in the python group #239

Workflow file for this run

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