Allow apk to install
continuous-integration/drone/push Build is failing
ci-tests/python-test/pipeline/head There was a failure building this commit

This commit is contained in:
2022-03-20 17:03:24 +02:00
parent 64eca107b5
commit a78b5761b5
Vendored
+1 -1
View File
@@ -33,7 +33,7 @@ pipeline {
}
steps {
sh '''
apk install --no-cache libpq-dev
apk add --no-cache libpq-dev
python -m venv ${PY_ENV}
source ${PY_ENV}/bin/activate
export PATH=${PY_ENV}/bin:${PATH}