From 3b40462428f3ac1d276c66d4eed5180a65cc2ba9 Mon Sep 17 00:00:00 2001 From: regisss <15324346+regisss@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:31:22 +0100 Subject: [PATCH] Temporary fix for Diffusers CI --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 60cb27abde..2a45b8bfd4 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,6 @@ slow_tests_deepspeed: test_installs python -m pytest tests/test_examples.py -v -s -k "deepspeed" slow_tests_diffusers: test_installs - python -m pip install git+https://github.com/huggingface/diffusers.git python -m pytest tests/test_diffusers.py -v -s -k "test_no_" python -m pytest tests/test_diffusers.py -v -s -k "test_textual_inversion"