From 40b43b66ab788c60fe3753f9c44207e360ff8fad Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 6 Apr 2020 21:19:17 -0700 Subject: Fix common.get_tor_paths test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index dd84e371..67d8ab0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ jobs: name: Install dependencies command: | sudo apt-get update - sudo apt-get install -y python3-pip xvfb + sudo apt-get install -y python3-pip xvfb tor obfs4proxy sudo pip3 install poetry flake8 poetry install -- cgit v1.2.3-54-g00ecf