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

This commit is contained in:
Pedro Jose Romero Gombau 2025-01-27 14:08:43 +01:00
parent cc6514a367
commit bba7224fd5

View File

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