Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Argiris Deligiannidis 2024-07-10 22:27:10 +00:00
parent 531701efe4
commit 71917ea3c0

View File

@ -17,7 +17,7 @@ steps:
- 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 gcc-fortran base-devel python-numpy python-pandas gcc-libs gnutls wine-staging
# linux build # linux build
- cd /drone/src/ - cd /drone/src/
- python -m venv --system-site-packages venv - python -m venv venv
- source venv/bin/activate - source venv/bin/activate
- pip3 list - pip3 list
- pip3 config --user set global.progress_bar off - pip3 config --user set global.progress_bar off