Skip to content

Commit c54929d

Browse files
committed
Try to fix building docs in GH Action
1 parent 2b785e5 commit c54929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
run: |
5656
sudo apt -y update
5757
sudo apt -y install gcc libsystemd-dev universal-ctags
58-
python -m pip install --break-system-packages pytest sphinx build
5958
6059
- name: Build (Python ${{ matrix.python }})
6160
run: |
6261
set -x
6362
uv build -C build-dir=_build
63+
uv sync --no-editable --group docs
6464
cd _build && uv run --group docs --no-editable -m sphinx -b html -W -v ../docs html

0 commit comments

Comments
 (0)