Add lora test prefixed with test_ so that pytest can find it

This commit is contained in:
doctorpangloss 2024-06-28 17:13:18 -07:00
parent 7f81b8345d
commit a485782029
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Run lora workflow
run: |
export HSA_OVERRIDE_GFX_VERSION=11.0.0
pytest -v tests/workflows/lora.py
pytest -v tests/workflows
- name: Lint for errors
run: |
pylint comfy