From c0c76ddbd59b2dfc9522c7cded05a308c59e746e Mon Sep 17 00:00:00 2001 From: Benjamin Berman Date: Fri, 19 Jul 2024 20:00:23 -0700 Subject: [PATCH] Install torchaudio separately for the sake of completing the audio tests --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 002312e28..98fd82e5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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/ \ No newline at end of file + pylint --rcfile=.pylintrc comfy_extras/