Test workflows

This commit is contained in:
doctorpangloss 2024-07-05 11:41:50 -07:00
parent bb94b808dc
commit 5fef1e48f6
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ jobs:
- name: Checkout ComfyUI - name: Checkout ComfyUI
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: "comfyanonymous/ComfyUI"
path: "ComfyUI" path: "ComfyUI"
- name: Checkout ComfyUI_frontend - name: Checkout ComfyUI_frontend
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@ -46,7 +46,7 @@ jobs:
- name: Run all other supported tests - name: Run all other supported tests
run: | run: |
export HSA_OVERRIDE_GFX_VERSION=11.0.0 export HSA_OVERRIDE_GFX_VERSION=11.0.0
pytest tests/ --ignore=tests/distributed --ignore=tests/unit pytest -v tests/inference
- name: Lint for errors - name: Lint for errors
run: | run: |
pylint comfy/ pylint comfy/