This commit is contained in:
parent
a4c2099985
commit
4cc3042572
@ -7,6 +7,7 @@ steps:
|
|||||||
image: python:3.9
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
|
- chmod +x venv/bin/activate
|
||||||
- ./venv/bin/activate
|
- ./venv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py
|
- python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py
|
||||||
|
Loading…
Reference in New Issue
Block a user