Update .github/workflows/gdmc.yml
Some checks failed
Linux arm64 / Build (push) Failing after 58s

This commit is contained in:
2024-10-02 14:07:12 +00:00
parent d1c347352d
commit 1487b76348

View File

@@ -19,4 +19,6 @@ jobs:
pip install -r requirements.txt
- name: Run
run: python3 main.py
run: |
source pythonenv/bin/activate
python3 main.py