From f21ea700f30979dcd9ffb3150264316e9085a65a Mon Sep 17 00:00:00 2001 From: SkqLiao Date: Sat, 15 Mar 2025 02:45:35 +0800 Subject: [PATCH] fix term --- .github/workflows/install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 924feb2..9b1522e 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -53,6 +53,8 @@ jobs: git submodule update bash install.sh - name: Test Local Chat + env: + TERM: xterm-256color run: | source /home/qujing3/anaconda3/etc/profile.d/conda.sh conda activate ktransformers-dev