From 510f78554bb8a9db3f3cb14ce1e0d7bcf348fb79 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 12 Apr 2026 02:52:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ci/base/root/pip.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/base/root/pip.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/base/root/pip.sh b/ci/base/root/pip.sh index 985828e..7540737 100755 --- a/ci/base/root/pip.sh +++ b/ci/base/root/pip.sh @@ -5,3 +5,5 @@ set -e curl --output /root/get-pip.py https://bootstrap.pypa.io/get-pip.py python3 /root/get-pip.py rm /root/get-pip.py + +pip install doit