Skip to content

Commit cf61dbe

Browse files
committed
move requirements_test.txt to tests directory
1 parent 63fbf0c commit cf61dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
- uses: "actions/setup-python@v1"
3131
with:
3232
python-version: "3.x"
33-
- run: python3 -m pip install -r requirements_test.txt
33+
- run: python3 -m pip install -r tests/requirements_test.txt
3434
- run: pytest --cov=custom_components

0 commit comments

Comments
 (0)