mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
extract and use current version of python 3 (#938)
This commit is contained in:
parent
a73fd55fc2
commit
8a754421fe
@ -2,5 +2,5 @@ ports:
|
|||||||
- port: 6052
|
- port: 6052
|
||||||
onOpen: open-preview
|
onOpen: open-preview
|
||||||
tasks:
|
tasks:
|
||||||
- before: script/setup
|
- before: pyenv local $(pyenv version | grep '^3\.' | cut -d ' ' -f 1) && script/setup
|
||||||
command: python -m esphome config dashboard
|
command: python -m esphome config dashboard
|
||||||
|
Loading…
Reference in New Issue
Block a user