From b8a7e23f469bb7e64c2a1c2b8fce1beb37e92ae3 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 22 Nov 2020 17:42:58 -0800 Subject: [PATCH] Add missing pip to test script. --- scripts/run-full-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-full-tests b/scripts/run-full-tests index d13ca0d09..6967a0445 100755 --- a/scripts/run-full-tests +++ b/scripts/run-full-tests @@ -10,7 +10,7 @@ set -e -apk add --no-cache python3 borgbackup postgresql-client mariadb-client +apk add --no-cache python3 py3-pip borgbackup postgresql-client mariadb-client apk add --no-cache black || true # If black is available in this version of Alpine, install it. python3 -m pip install --upgrade pip==20.2.4 setuptools==50.3.2 pip3 install tox==3.20.1