diff --git a/.drone/run-tests.sh b/.drone/run-tests.sh index 74450a6714..726b4979cb 100755 --- a/.drone/run-tests.sh +++ b/.drone/run-tests.sh @@ -1,6 +1,6 @@ #!/bin/sh -apk add --update --no-cache $(cat platypush/install/requirements/alpine.txt) +apk add --update --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ $(cat platypush/install/requirements/alpine.txt) pip install . --break-system-packages pip install -r requirements-tests.txt --break-system-packages pytest tests