We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48676b7 commit d113ae8Copy full SHA for d113ae8
.github/workflows/build_and_deploy.yaml
@@ -36,7 +36,7 @@ jobs:
36
uv pip install -U -r requirements-toolkit.txt
37
38
echo "download all the extensions package to get access to their README and source"
39
- uv pip download \
+ pip download \
40
--no-deps \
41
--no-cache-dir \
42
--dest deps \
0 commit comments