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

This commit is contained in:
Pedro Jose Romero Gombau 2025-01-27 14:00:47 +01:00
parent e017ba1537
commit f85b90b41e

View File

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