mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue