This commit is contained in:
Dan Saunders
2025-08-29 21:58:35 -04:00
parent 459e5f9b16
commit 400120af2d
7 changed files with 45 additions and 31 deletions

View File

@@ -40,10 +40,15 @@ jobs:
with:
python-version: '3.11'
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "latest"
- name: Install dependencies
run: |
python3 -m pip install jupyter quartodoc
python3 -m pip install -e .
uv pip install jupyter quartodoc
uv pip install -e .
- name: Build autodoc
run: quartodoc build