.
Continuous Deployment Tests / system_tests (push) Failing after 9s Details

This commit is contained in:
adm_tomkun 2026-03-19 11:36:02 +00:00
parent a399cae6c0
commit e9cc6900c7
1 changed files with 13 additions and 0 deletions

View File

@ -21,6 +21,19 @@ jobs:
with: with:
python-version: "3.11" 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 - name: Build wheel
working-directory: solution working-directory: solution
shell: bash shell: bash