Upgrading pip in linux CI script

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

View file

@ -7,4 +7,5 @@ sudo apt-get -qq install python3-pip python3-dev \
pyenv local 3.6.7
python3 --version
sudo pip3 install --upgrade pip setuptools wheel
pip3 install pyqt5==5.9 lxml pytest pytest-faulthandler