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