aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-10-17 17:51:45 +1100
committerMiguel Jacq <mig@mig5.net>2018-10-17 17:51:45 +1100
commitcfbfc4a66603e7dff686922dee16c24da6d4a23e (patch)
tree229f699943e1224e16c0090f691a197cbd4c1b87 /.circleci
parentf608b79aafde24c0a7cf5fc8ca4c2320be3f2e72 (diff)
downloadonionshare-cfbfc4a66603e7dff686922dee16c24da6d4a23e.tar.gz
onionshare-cfbfc4a66603e7dff686922dee16c24da6d4a23e.zip
Revert "The only other version difference I can find is PyQt itself"
This reverts commit f608b79aafde24c0a7cf5fc8ca4c2320be3f2e72.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3594e9f8..23bf4806 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -18,6 +18,7 @@ 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