From c42153478c2edf38556fd516e80623c3f571de2b Mon Sep 17 00:00:00 2001 From: msinn Date: Mon, 16 May 2022 12:32:17 +0200 Subject: [PATCH] workflows: Removed old comment from unittests.yml --- .github/workflows/unittests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 7259eee1e..0e03e182e 100755 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -62,8 +62,6 @@ jobs: # all requirements are needed for pytest to run plugin tests run: pip install -r smarthomeng/requirements/all.txt - #- name: Install Database Plugin Requirements - # run: pip install -r smarthomeng/plugins/database/requirements.txt - name: '>>> Run Python Unittests for PLUGINS <<<' - name: Run Python Unittests for PLUGINS working-directory: ./plugins