From c23bcb8197fc08424a88d095f205c17e4f7e7dbb Mon Sep 17 00:00:00 2001 From: Sym Roe Date: Thu, 19 Jan 2023 12:48:30 +0000 Subject: [PATCH] Don't use sudo --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e0f50f1f..801ae111 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,8 +15,8 @@ jobs: keys: - v2-dependencies-{{ checksum "Pipfile.lock" }}-{{ checksum "thumbs/Pipfile.lock" }} - v2-dependencies-default - - run: &install-pipenv sudo pip install -U urllib3 cryptography==3.3.2 pipenv pip --quiet --no-input - - run: sudo pip uninstall -y poetry + - run: &install-pipenv pip install -U urllib3 cryptography==3.3.2 pipenv pip --quiet --no-input + - run: pip uninstall -y poetry - run: pipenv install --dev - run: pipenv check # before save_cache so an insecure cache is never saved - run: make lambda-layers/DependenciesLayer/requirements.txt