From b4cde2d086e9a8444896c5bc2a25ca0776c41743 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 15 Apr 2024 17:01:19 +0200 Subject: [PATCH] Update .woodpecker.yml (x7) --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index c18a79b..f55c7ef 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,6 +17,7 @@ steps: - apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base autoconf automake - apk add --no-cache py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh - sleep 15 + - python3 -m pip config set global.break-system-packages true - python3 -m pip install ansible molecule[docker] - molecule test