test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Argiris Deligiannidis 2024-02-02 01:38:36 +02:00
parent 9a0f24181c
commit f3f1a55fdf

View File

@ -16,6 +16,7 @@ steps:
# add dependancies # add dependancies
- apk add --no-cache gnutls - apk add --no-cache gnutls
- apk add --update python3 py3-pip - apk add --update python3 py3-pip
- apk add build-base
# linux build # linux build
- cd /drone/src/ - cd /drone/src/
- python -m venv venv - python -m venv venv