diff --git a/.circleci/config.yml b/.circleci/config.yml index c55044f..c128e59 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,9 +12,10 @@ jobs: - python/install-deps - python/save-cache - run: - command: pipenv run pytest - name: Test - + command: | + sudo pip install pipenv + pipenv install + pipenv run pytest workflows: main: jobs: