mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-02 09:40:19 +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
|
||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
- 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
|
||||
run: |
|
||||
export OTEL_METRICS_EXPORTER=none
|
||||
pytest -v tests/unit
|
||||
uv run pytest -v tests/unit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user