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

This commit is contained in:
Pedro Jose Romero Gombau 2025-01-27 16:28:56 +01:00
parent 4c4230e4cc
commit a4c2099985

View File

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