Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psilo909 authored May 10, 2022
1 parent 67a6053 commit 9144368
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 @@ -51,7 +51,7 @@ jobs:
#- name: Install base.txt
# run: pip install -r smarthomeng/requirements/base.txt
- name: Install Database Plugin Requirements
run: pip install -r smarthomeng/plugins/database/reuqirements.txt
run: pip install -r smarthomeng/plugins/database/requirements.txt
- name: Run Python Unittests
working-directory: ./smarthomeng/plugins
run: pytest

0 comments on commit 9144368

Please sign in to comment.