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