mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-06 03:22:33 +08:00
fix macOS testing script
This commit is contained in:
parent
c80303cb66
commit
ff9832e6ba
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -62,8 +62,10 @@ jobs:
|
|||||||
- name: Install uv
|
- name: Install uv
|
||||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
- name: Install ComfyUI
|
- name: Install ComfyUI
|
||||||
run: uv pip install '.[mps,dev]' --inexact
|
run: |
|
||||||
|
uv venv --python 3.12
|
||||||
|
uv pip install '.[mps,dev]' --inexact
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
export OTEL_METRICS_EXPORTER=none
|
export OTEL_METRICS_EXPORTER=none
|
||||||
pytest -v tests/unit
|
uv run pytest -v tests/unit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user