Commit 71e9ccd0 authored by BryceLTaylor's avatar BryceLTaylor

circleci autoconfirm package installation

parent 1bd83930
...@@ -82,7 +82,7 @@ aliases: ...@@ -82,7 +82,7 @@ aliases:
command: | command: |
sudo apt update sudo apt update
sudo apt install software-properties-common sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt update sudo apt update
sudo apt install python3.8 sudo apt install python3.8
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment