mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-24 19:04:19 +02:00
Install test requirements
This commit is contained in:
parent
a9428ed936
commit
965c0e0d3d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -30,7 +30,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
pip install --upgrade pip pytest
|
||||
pip install --upgrade pytest
|
||||
pip install -r homeassistant/requirements_test.txt
|
||||
pip install -e homeassistant/
|
||||
- name: Run pytest
|
||||
timeout-minutes: 60
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue