CICD Fix
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Pedro Jose Romero Gombau 2025-01-27 16:30:44 +01:00
parent a4c2099985
commit 4cc3042572

View File

@ -7,6 +7,7 @@ steps:
image: python:3.9
commands:
- python -m venv venv
- chmod +x venv/bin/activate
- ./venv/bin/activate
- pip install -r requirements.txt
- python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py