From bd8cd3ecb5085978c44e437141815416b4c614ab Mon Sep 17 00:00:00 2001 From: msinn Date: Mon, 16 May 2022 12:49:21 +0200 Subject: [PATCH] workflows: Removed reference to smarthomeng directory from unittests.yml --- .github/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 3786fee34..ca5d25c35 100755 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -60,7 +60,7 @@ jobs: - name: Install SmartHomeNG all requirements # all requirements are needed for pytest to run plugin tests - run: pip install -r smarthomeng/requirements/all.txt + run: pip install -r requirements/all.txt - name: '>>> Run Python Unittests for PLUGINS <<<' working-directory: ./plugins