Skip to content

Update dependency protobuf to v7 - autoclosed #26

Update dependency protobuf to v7 - autoclosed

Update dependency protobuf to v7 - autoclosed #26

Workflow file for this run

# This workflow runs the python unit tests
name: tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch: {}
jobs:
build-38:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run unit tests
run: docker build . --target=test --build-arg PYTHON_VERSION=3.8
build-39:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run unit tests
run: docker build . --target=test --build-arg PYTHON_VERSION=3.9
build-310:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run unit tests
run: docker build . --target=test --build-arg PYTHON_VERSION=3.10