From 965c0e0d3d852df91e4a9923bd35075f9c1e687f Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 28 Aug 2022 12:39:01 -0700 Subject: [PATCH] Install test requirements --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d134fd5..d0789e73 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,8 @@ jobs: - name: Install dependencies run: | pip install --upgrade pip - pip install --upgrade pip pytest + pip install --upgrade pytest + pip install -r homeassistant/requirements_test.txt pip install -e homeassistant/ - name: Run pytest timeout-minutes: 60