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

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

View File

@@ -12,7 +12,8 @@ jobs:
- name: Pip - name: Pip
run: | run: |
sudo apt install python3-virtualenv apt update
apt install python3-virtualenv
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