Skip to content

Bump Python protobuf dependency to 4.x #1757

Bump Python protobuf dependency to 4.x

Bump Python protobuf dependency to 4.x #1757

Workflow file for this run

name: pytest
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.10", "3.11"]
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: "28.x"
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: ./run_tests.sh