mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
extract and use current version of python 3 (#938)
This commit is contained in:
parent
a73fd55fc2
commit
8a754421fe
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue