Skip to content

fixing the errors that pytype reports with the new feature enabled #1749

fixing the errors that pytype reports with the new feature enabled

fixing the errors that pytype reports with the new feature enabled #1749

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: Checkout
uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install protoc
run: sudo apt install -y protobuf-compiler
- name: Test
run: ./run_tests.sh