From 6e4f6a88e4e48e478ac817024a5f6a1e75a3d0db Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Wed, 10 Jul 2024 22:31:51 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a554e54..4024767 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,10 +14,11 @@ steps: - mkdir -p /drone/src/out/ - mkdir -p /drone/src/dist/ # add dependancies - - pacman -Sy --noconfirm --needed wget libunwind lib32-gnutls python3 python-pip gcc-fortran base-devel python-numpy python-pandas gcc-libs gnutls wine-staging + - pacman -Sy --noconfirm --needed wget libunwind lib32-gnutls python3 python-pip python-pipenv gcc-fortran base-devel python-numpy python-pandas gcc-libs gnutls wine-staging # linux build - cd /drone/src/ - - python -m venv venv + - python --version + - python3 -m venv --system-site-packages venv - source venv/bin/activate - pip3 list - pip3 config --user set global.progress_bar off