From 5a82e2675d74a5ecc177bdd30c51f94fdf0f67c1 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 6 Oct 2024 19:50:15 -0400 Subject: [PATCH] ci: fix pip install --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f4581db..192ddda 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: mv /tmp/golangci-lint-1.61.0-linux-amd64/golangci-lint /root/go/bin - name: Setup Joint-Teapot run: | - pip install git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot --break-system-packages + pip install git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot - name: Lint run: make lint - name: Build