mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[Gitpod] Use pip3 as we need Python3
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user