Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
phausamann committed Feb 9, 2025
1 parent 4e044eb commit ffc476f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
uses: astral-sh/setup-uv@v5
with:
python-version: "3.10"
- name: Install pandoc
run: sudo apt-get install -y pandoc
- name: Install dependencies and package
run: uv sync --all-extras --group docs
- name: Build Sphinx docs and run doctests
Expand Down

0 comments on commit ffc476f

Please sign in to comment.