From a0c37117474ff5bf487b5759323963ce837354b8 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 5 Feb 2020 15:40:45 -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 957eb3c..145df48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ test: &test - run: name: Setup for testing command: | - pip3 -r tests/requirements.txt + pip -r tests/requirements.txt - run: name: test command: |