.
Continuous Deployment Tests / system_tests (push) Failing after 9s
Details
Continuous Deployment Tests / system_tests (push) Failing after 9s
Details
This commit is contained in:
parent
a399cae6c0
commit
e9cc6900c7
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue