From 0f8879522f58f540b9497c04d075040b72b8aa3d Mon Sep 17 00:00:00 2001 From: Jonatan Castro Date: Tue, 6 Apr 2021 10:46:13 +1000 Subject: [PATCH] Fix pip --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d87883..ef288b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,6 +23,7 @@ jobs: command: | .circleci/slack-message.sh "*Checking SSL Certificates*" "#FFF000" pip install -r requirements.txt + pip install --upgrade setuptools OUTPUT=$(./ssl_checker.py -f ./hosts_to_check) echo "$OUTPUT" if ! echo "$OUTPUT" | grep "Expired: 0" ; then