From 74ca3223a2a798081cca705718cc09df18ce3f33 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 10 May 2022 17:53:53 -0400 Subject: [PATCH] Update apt-get --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 185cef4d..383c213a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,6 +63,7 @@ jobs: - image: gcr.io/etcd-development/etcd:v3.5.1 steps: - checkout + - run: sudo apt-get update - run: sudo apt-get install python3 - run: sudo apt install python3-pip - run: python3 -m pip install requests