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