From 579c87c37941c63dab616174e8246776cd2811b6 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 22 Mar 2020 11:32:18 -0700 Subject: [PATCH] No longer install packages from requirements.txt --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4555d3ca..15e04224 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,8 +25,6 @@ jobs: command: | sudo apt-get update sudo apt-get install -y python3-pip python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python3-stdeb python3-all python-nautilus xvfb obfs4proxy - sudo pip3 install -r install/requirements.txt - sudo pip3 install -r install/requirements-tests.txt sudo pip3 install pytest-cov flake8 # run tests!