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

This commit is contained in:
2024-10-02 14:03:55 +00:00
parent cb972cbd06
commit d1c347352d

View File

@@ -13,7 +13,7 @@ jobs:
- name: Pip
run: |
apt update
apt install python3-virtualenv
apt install python3-virtualenv -y
virtualenv --python=python3 pythonenv
source pythonenv/bin/activate
pip install -r requirements.txt