Update .github/workflows/gdmc.yml
Some checks failed
Linux arm64 / Build (push) Has been cancelled

This commit is contained in:
2024-10-02 14:09:47 +00:00
parent 1487b76348
commit 1b9f443d76

View File

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