We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aecad3 + bb596af commit 7553003Copy full SHA for 7553003
1 file changed
contrib/Dockerfile
@@ -56,6 +56,7 @@ RUN if [ ! -f "/libcloud/README.rst" ]; then echo "libcloud/README.rst file not
56
WORKDIR /libcloud
57
58
RUN set -e && \
59
- python3.10 -m pip install --no-cache-dir ".[ci]"
+ python3.10 -m pip install uv && \
60
+ python3.10 -m uv pip install --no-cache-dir --group ci "."
61
62
CMD ["tox", "-e", "lint,isort-check,black-check,bandit,py3.10,py3.11,py3.12,py3.13,pypypy3.10"]
0 commit comments