From e9cc6900c765b45874eda0d624402f731f23c691 Mon Sep 17 00:00:00 2001 From: adm_tomkun Date: Thu, 19 Mar 2026 11:36:02 +0000 Subject: [PATCH] . --- .gitea/workflows/cd_tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitea/workflows/cd_tests.yml b/.gitea/workflows/cd_tests.yml index fda0f65..0315631 100644 --- a/.gitea/workflows/cd_tests.yml +++ b/.gitea/workflows/cd_tests.yml @@ -21,6 +21,19 @@ jobs: with: python-version: "3.11" + - name: Install protoc + shell: bash + run: sudo apt-get install -y --no-install-recommends protobuf-compiler + + - name: Install protoc-gen-mypy plugin + shell: bash + run: uv tool install mypy-protobuf + + - name: Generate protobuf files + working-directory: solution + shell: bash + run: bash build_proto.sh + - name: Build wheel working-directory: solution shell: bash