From 8c87234d573629d5288cbb49ed3035c9409e7702 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Wed, 9 Sep 2020 15:33:41 -0700 Subject: [PATCH] Update CircleCI config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5286bd1b0..6948e6849 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: set -e virtualenv .venv source .venv/bin/activate - pip install --require-hashes -r test-requirements.txt + pip install --require-hashes -r dev-requirements.txt sudo apt install lsof make test && make bandit