From a1cc41e07c2bd58ed97eb06df787393376683be5 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Fri, 11 Oct 2024 00:35:57 -0400 Subject: [PATCH] ci(build): remove teapot as not needed --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6946ed2..db24d8b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,9 +20,9 @@ jobs: go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.io,direct chown -R root:root /root/.ssh - - name: Setup Joint-Teapot - run: | - pip install git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot + # - name: Setup Joint-Teapot + # run: | + # pip install git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot - name: Lint run: make lint - name: Build