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