The only other version difference I can find is PyQt itself

This commit is contained in:
Miguel Jacq 2018-10-17 17:50:16 +11:00
parent cddfd5b0a4
commit f608b79aaf
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,6 @@ jobs:
- run:
name: install dependencies
command: |
sudo apt-get update && sudo apt-get install python3-pyqt5
sudo pip3 install -r install/requirements.txt
sudo pip3 install -r install/requirements-tests.txt
sudo pip3 install pytest-cov flake8