diff --git a/.gitpod.yml b/.gitpod.yml index 7aabfbf60..417113a1a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ tasks: - - init: pip install -U platformio - - command: platformio run + - before: pip install -U platformio + command: platformio run