Adjusted prepare_linux script for CI

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2021-12-15 14:50:03 +01:00
parent 7de666c595
commit c64e0ea489
No known key found for this signature in database
GPG key ID: D850A5F772E880F9

View file

@ -6,6 +6,5 @@ sudo apt-get -qq install python3-pip python3-dev \
mesa-utils libgl1-mesa-glx libgl1-mesa-dev
pyenv local 3.6.7
python --version
easy_install pip
pip install pyqt5==5.9 lxml pytest pytest-faulthandler
python3 --version
pip3 install pyqt5==5.9 lxml pytest pytest-faulthandler