diff --git a/.drone.yml b/.drone.yml index 891a8b5..9a12f48 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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