File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6161 set -x
6262 uv build -C build-dir=_build
6363 uv sync --no-editable --group docs
64- cd _build && uv run --group docs --no-editable -m sphinx -b html -W -v ../docs html
64+ cd _build && ../.venv/bin/python -m sphinx -b html -W -v ../docs html
Original file line number Diff line number Diff line change 6767 exit 1
6868 esac
6969
70- python3 -m pip install --break-system-packages pytest sphinx
70+ python3 -m pip install --break-system-packages pytest sphinx build
7171
7272 - name : Install uv
7373 uses : astral-sh/setup-uv@v5
7676 shell : bash
7777 run : |
7878 set -x
79+ python3 -m build
7980 python3 -m pip install -I -v --break-system-packages .
8081 # Avoid importing the systemd module from the git repository
8182 cd /
You can’t perform that action at this time.
0 commit comments