diff --git a/.circleci/config.yml b/.circleci/config.yml index 0c2f0ed..11a0fba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,7 +66,7 @@ jobs: - checkout - attach_workspace: at: ~/repo/ - - run: pip install --upgrade pip + - run: pip install --upgrade pip setuptools - run: pip install -r lambda-layers/DependenciesLayer/requirements.txt - run: make collectstatic - run: sam build ${DASH_DASH_DEBUG}