From deeed9853c88cb9fe46666063328e3866b71ceb2 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Sun, 20 Apr 2025 07:41:43 +0800 Subject: [PATCH] Remove fetch-templates script invoke in CI (#938) See https://github.com/Comfy-Org/ComfyUI_frontend/pull/3500 for details. --- .github/workflows/test-comfyui-frontend.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-comfyui-frontend.yml b/.github/workflows/test-comfyui-frontend.yml index 7165ed910..a32cebd46 100644 --- a/.github/workflows/test-comfyui-frontend.yml +++ b/.github/workflows/test-comfyui-frontend.yml @@ -76,7 +76,6 @@ jobs: run: | npm ci npm install ../litegraph - npm run fetch-templates npm run build working-directory: ComfyUI_frontend