Install PyQt5 using pip

This commit is contained in:
grossmj
2020-06-26 19:42:42 +09:30
parent ec6b876baa
commit 1bec5019bf

View File

@@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
# install PyQt5
sudo apt install -y python3-sip python3-pyqt5 python3-pyqt5.qtsvg python3-pyqt5.qtwebsockets
python -m pip install PyQt5==5.12.3
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names