From a9fe4e771a6ff811633595b2be6a568f446f0a46 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Fri, 21 Aug 2020 23:47:23 +0300 Subject: [PATCH] Install requirement --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f6a3d46..8ec75b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,6 +110,7 @@ commands: - run: name: Run bootstrap checks command: | + pip install requests py.test integration-tests/test_bootstrap.py