diff --git a/.circleci/config.yml b/.circleci/config.yml index e0f50f1f..15c1aca7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ 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: &install-pipenv sudo pip3 install -U urllib3 cryptography==3.3.2 pipenv pip --quiet --no-input - run: sudo pip uninstall -y poetry - run: pipenv install --dev - run: pipenv check # before save_cache so an insecure cache is never saved @@ -73,8 +73,8 @@ jobs: - checkout - attach_workspace: at: ~/repo/ - - run: pip install --upgrade pip - - run: pip install -r lambda-layers/DependenciesLayer/requirements.txt + - run: pip3 install --upgrade pip + - run: pip3 install -r lambda-layers/DependenciesLayer/requirements.txt - run: make collectstatic - run: sam build ${DASH_DASH_DEBUG} @@ -181,7 +181,7 @@ jobs: PublicFqdn=$PUBLIC_FQDN \ LeafletsBucketName=$LEAFLET_IMAGES_BUCKET_NAME " - - run: pip install -U boto3 pipenv --quiet --no-input + - run: pip3 install -U boto3 pipenv --quiet --no-input - run: python thumbs/attach_lambda_triggers.py - run: name: "Publish a new Sentry Release"