Python3-yall

This commit is contained in:
Owen 2021-03-07 11:32:36 +01:00
parent 13f193d6f0
commit 149bcca05b
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ before_script:
- cd esp32
- git submodule update --init --recursive
- cd tools
- python get.py
- pip install --user platformio
- python3 get.py
- pip3 install --user platformio
- platformio update
script: