circleci fix python install check ubuntu version

This commit is contained in:
BryceLTaylor 2021-02-09 16:27:00 -05:00
parent 144cf0a165
commit 98aff9920b

View file

@ -80,9 +80,10 @@ aliases:
- run:
name: "deploy to staging"
command: |
lsb_release -d
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository -y ppa:deadsnakes/ppa
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