From 144cf0a16552c61da2a40278ebe4e45a530923b5 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Tue, 9 Feb 2021 16:17:37 -0500 Subject: [PATCH] circleci update python install --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4aac023ef..3d8333545 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,7 +82,7 @@ aliases: command: | sudo apt update sudo apt install software-properties-common - sudo add-apt-repository ppa:deadsnakes/ppa -y + sudo add-apt-repository -y ppa:deadsnakes/ppa sudo apt update sudo apt install python3.8 curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py