From 9a0f24181c6681ebf47a94663a8eb808c2a738e8 Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Fri, 2 Feb 2024 01:36:32 +0200 Subject: [PATCH] test --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b705556..dd1a511 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ steps: - mkdir -p /drone/src/dist/ # add dependancies - apk add --no-cache gnutls + - apk add --update python3 py3-pip # linux build - cd /drone/src/ - python -m venv venv