Skip to content

Commit

Permalink
Use uv in docs build (#4310)
Browse files Browse the repository at this point in the history
Currently pip spends about 20s
  • Loading branch information
hauntsaninja committed Apr 14, 2024
1 parent 9dc9114 commit 735733b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc.yml
Expand Up @@ -30,9 +30,9 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -e ".[d]"
python -m pip install -r "docs/requirements.txt"
python -m pip install uv
python -m uv pip install --system -e ".[d]"
python -m uv pip install --system -r "docs/requirements.txt"
- name: Build documentation
run: sphinx-build -a -b html -W --keep-going docs/ docs/_build

0 comments on commit 735733b

Please sign in to comment.