mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +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: |
|
||||
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 torchaudio==2.3.0
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||
@ -87,4 +88,4 @@ jobs:
|
||||
- name: Lint for errors
|
||||
run: |
|
||||
pylint --rcfile=.pylintrc comfy/
|
||||
pylint --rcfile=.pylintrc comfy_extras/
|
||||
pylint --rcfile=.pylintrc comfy_extras/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user