Install torchaudio separately for the sake of completing the audio tests

This commit is contained in:
Benjamin Berman 2024-07-19 20:00:23 -07:00 committed by GitHub
parent 54d3498388
commit c0c76ddbd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/