Explorar o código

Add missing pip to test script.

Dan Helfman %!s(int64=4) %!d(string=hai) anos
pai
achega
b8a7e23f46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/run-full-tests

+ 1 - 1
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