Skip to content

Commit 23502fa

Browse files
committed
ci: fix sphinx job
1 parent e94094a commit 23502fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
PIP_CONSTRAINT: 'ci/constraints.txt'
2121
run: |
2222
uv venv --python 3.13 venv
23+
source venv/bin/activate
2324
uv pip install -r ci/requirements.docs.txt
2425
uv pip install --config-settings=--build-option=--no-c-backend .
25-
source venv/bin/activate
2626
make -C docs html

0 commit comments

Comments
 (0)