out of python error: Redo from start

This commit is contained in:
Owen 2021-03-07 12:02:44 +01:00
parent 8e317571fc
commit 1218518cb8
1 changed files with 3 additions and 9 deletions

View File

@ -5,11 +5,7 @@ language: bash
os:
- linux
addons:
apt:
packages:
- python3-pip
- python3-setuptools
dist: focal
before_script:
- "export DISPLAY=:99.0"
@ -25,10 +21,8 @@ before_script:
- git submodule update --init --recursive
- cd tools
- python --version
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
- python --version
- python3 get.py
- pip3 install --user platformio
- python get.py
- pip install --user platformio
- platformio update
script: