Skip to content

Commit d8362a5

Browse files
committed
Fix uv command when deploying documentation
Signed-off-by: Patrick ZAJDA <[email protected]>
1 parent 19dc967 commit d8362a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
echo "$PWD/.venv/bin" >> $GITHUB_PATH
200200
201201
- name: 📦 Install dependencies
202-
run: uv pip3 install -e ".[doc]"
202+
run: uv pip install -e ".[doc]"
203203

204204
- name: Build documentation using sphinx
205205
run: make -C docs html

0 commit comments

Comments
 (0)