Commit 98aff992 authored by BryceLTaylor's avatar BryceLTaylor

circleci fix python install check ubuntu version

parent 144cf0a1
...@@ -80,9 +80,10 @@ aliases: ...@@ -80,9 +80,10 @@ 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
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