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