Skip to content

Commit

Permalink
workflows: Removed reference to smarthomeng directory from unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed May 16, 2022
1 parent dfcac75 commit bd8cd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd8cd3e

Please sign in to comment.