[Gitpod] Use pip3 as we need Python3

This commit is contained in:
TD-er
2020-09-12 16:08:52 +02:00
parent 713bb44733
commit 50f0b28a96
+1 -1
View File
@@ -1,5 +1,5 @@
tasks:
- init: python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)" && brew install uncrustify && pip install -r ./requirements.txt
- init: python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)" && brew install uncrustify && pip3 install -r ./requirements.txt
image:
file: .gitpod.Dockerfile