aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-09-30 13:20:20 -0700
committerMicah Lee <micah@micahflee.com>2022-09-30 13:20:20 -0700
commit14dcf082cb19708e089640dcb7f8d90e118fd452 (patch)
treee169ce1c9bd711b1ec5b065c976c486a59aca16c /.circleci
parenta1e372411f3f93eb7649873c0bc294e96c3cfe61 (diff)
downloadonionshare-14dcf082cb19708e089640dcb7f8d90e118fd452.tar.gz
onionshare-14dcf082cb19708e089640dcb7f8d90e118fd452.zip
Try switching from cepa 1.8.3 to stem 1.8.1
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 57e54f4c..ada2f218 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -33,6 +33,7 @@ jobs:
command: |
sudo apt-get update
sudo apt-get -y install tor obfs4proxy
+ pip install --upgrade pip poetry
- restore_cache:
key: test-cli-poetry-deps-{{ .Environment.CACHE_VERSION }}-{{ checksum "~/project/cli/poetry.lock" }}
- run:
@@ -65,6 +66,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y tor obfs4proxy gcc python3-dev python3-pyside2.qtcore python3-pyside2.qtwidgets python3-pyside2.qtgui
sudo apt-get install -y xvfb x11-utils libxkbcommon-x11-0 libxcb-randr0-dev libxcb-xtest0-dev libxcb-xinerama0-dev libxcb-shape0-dev libxcb-xkb-dev libxcb-render-util0 libxcb-icccm4 libxcb-keysyms1 libxcb-image0
+ pip install --upgrade pip poetry
- restore_cache:
key: test-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
- run: