From 4cc30425721a69a53fc631d9bec83f1936498b76 Mon Sep 17 00:00:00 2001 From: Pedro Jose Romero Gombau Date: Mon, 27 Jan 2025 16:30:44 +0100 Subject: [PATCH] CICD Fix --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 3c52164..c1a837a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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