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: |