From 5d4f0f985c10ba7d0cf5f84e84a70b0d910f2733 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 5 Feb 2020 15:49:06 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78a4977..9fd6877 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ test: &test - run: name: Setup for testing command: | - pip -r tests/requirements.txt + pip install -r tests/requirements.txt - run: name: test command: |