mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
take 2
This commit is contained in:
parent
05d8bdb588
commit
f87e14c083
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pytest.yml
vendored
1
.github/workflows/pytest.yml
vendored
|
@ -23,5 +23,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
pip install pytest
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: pytest -vv
|
run: pytest -vv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue