change lang, add tkinter package
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Argiris Deligiannidis 2024-02-02 10:13:49 +02:00
parent 83d7d20268
commit 642bb67da0
2 changed files with 9 additions and 13 deletions

View File

@ -14,7 +14,7 @@ steps:
- mkdir -p /drone/src/out/
- mkdir -p /drone/src/dist/
# add dependancies
- apk add --update python3 py3-pip python3-dev gfortran build-base py3-numpy gnutls
- apk add --update python3 py3-pip python3-dev gfortran build-base py3-numpy python3-tkinter gnutls
# linux build
- cd /drone/src/
- python -m venv venv

20
main.py

File diff suppressed because one or more lines are too long