mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 03:35:56 +02:00
Update pytest pipeline
This commit is contained in:
parent
1be3502446
commit
b9b1db6b69
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pip install pytest pytest-md pytest-emoji
|
||||
- name: Install requirements
|
||||
run: pip install -r requirements.txt && pip install -r requirements_test.txt
|
||||
run: pip install -r requirements.txt && pip install -r requirements_tests.txt
|
||||
- uses: pavelzw/pytest-action@v2
|
||||
with:
|
||||
emoji: false
|
||||
|
|
Loading…
Add table
Reference in a new issue