mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
circleci fix python install check ubuntu version
This commit is contained in:
parent
144cf0a165
commit
98aff9920b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue