1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Add github actions (#1125)

This commit is contained in:
Jesse Hills
2020-07-12 14:38:29 +12:00
committed by GitHub
parent c8998941a5
commit 1923e0312b
4 changed files with 365 additions and 2 deletions

View File

@@ -4,5 +4,5 @@
set -e
cd "$(dirname "$0")/.."
pip install -r requirements_test.txt
pip install -e .
pip3 install -r requirements_test.txt
pip3 install -e .