mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Install torchaudio separately for the sake of completing the audio tests
This commit is contained in:
parent
54d3498388
commit
c0c76ddbd5
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -74,6 +74,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install setuptools pip --upgrade --break-system-packages || python -m pip install pip --upgrade || true
|
python -m pip install setuptools pip --upgrade --break-system-packages || python -m pip install pip --upgrade || true
|
||||||
pip install --break-system-packages --no-build-isolation .[dev] || pip install --no-build-isolation .[dev]
|
pip install --break-system-packages --no-build-isolation .[dev] || pip install --no-build-isolation .[dev]
|
||||||
|
pip install --break-system-packages --no-build-isolation torchaudio==2.3.0
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: |
|
run: |
|
||||||
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||||
@ -87,4 +88,4 @@ jobs:
|
|||||||
- name: Lint for errors
|
- name: Lint for errors
|
||||||
run: |
|
run: |
|
||||||
pylint --rcfile=.pylintrc comfy/
|
pylint --rcfile=.pylintrc comfy/
|
||||||
pylint --rcfile=.pylintrc comfy_extras/
|
pylint --rcfile=.pylintrc comfy_extras/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user