From 95e4e06c76e0bb3fe3cb687438ae6d6fb3f016eb Mon Sep 17 00:00:00 2001 From: chris48s Date: Tue, 27 Aug 2024 12:56:29 +0100 Subject: [PATCH] try this --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c4547a..a6072cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,6 +67,7 @@ jobs: at: ~/repo/ # - run: pip install --upgrade pip # - run: pip install -r postcode_lookup/requirements.txt + - run: pip install setuptools wheel - run: sam --version - run: sam build --debug --template-file template.yaml #- run: sam build ${DASH_DASH_DEBUG} --template-file template.yaml