This commit is contained in:
parent
71917ea3c0
commit
6e4f6a88e4
@ -14,10 +14,11 @@ steps:
|
|||||||
- mkdir -p /drone/src/out/
|
- mkdir -p /drone/src/out/
|
||||||
- mkdir -p /drone/src/dist/
|
- mkdir -p /drone/src/dist/
|
||||||
# add dependancies
|
# 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
|
# linux build
|
||||||
- cd /drone/src/
|
- cd /drone/src/
|
||||||
- python -m venv venv
|
- python --version
|
||||||
|
- python3 -m venv --system-site-packages 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user