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

This commit is contained in:
2024-10-02 14:01:33 +00:00
parent 9589d99610
commit 9c4688575c

View File

@@ -11,7 +11,10 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Pip - name: Pip
run: pip install -r requirements.txt run: |
virtualenv --python=python3 pythonenv
source pythonenv/bin/activate
pip install -r requirements.txt
- name: Run - name: Run
run: python3 main.py run: python3 main.py