[Gitpod] Apparently Gitpod still uses Python 2.7

pip install -U platformio to make it Python version independent.
This commit is contained in:
TD-er
2020-09-12 18:03:09 +02:00
parent e49e221c19
commit 3fea6bfe92
+1 -1
View File
@@ -1,5 +1,5 @@
tasks:
- before: python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)" && brew install uncrustify && pip3 install -r ./requirements.txt
- before: pip install -U platformio && brew install uncrustify && pip3 install -r ./requirements.txt
image:
file: .gitpod.Dockerfile