From cfe432c099a3df3b698ee462728c733fc3ba11d8 Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Wed, 10 Jul 2024 22:34:04 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4024767..7e86af2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: # linux build - cd /drone/src/ - python --version - - python3 -m venv --system-site-packages venv + - python -m venv --without-pip --system-site-packages venv - source venv/bin/activate - pip3 list - pip3 config --user set global.progress_bar off