Skip to content

Commit d113ae8

Browse files
committed
uv doesn't support download yet
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 48676b7 commit d113ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uv pip install -U -r requirements-toolkit.txt
3737
3838
echo "download all the extensions package to get access to their README and source"
39-
uv pip download \
39+
pip download \
4040
--no-deps \
4141
--no-cache-dir \
4242
--dest deps \

0 commit comments

Comments
 (0)