test input: use explicit package declaration (#345)

This commit is contained in:
Arun Babu Neelicattu
2022-03-03 14:34:53 +01:00
committed by GitHub
parent 74205e3319
commit bd69862a02
78 changed files with 141 additions and 37 deletions

View File

@@ -13,6 +13,7 @@ jobs:
name: ${{ matrix.os }} / ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [Ubuntu, MacOS, Windows]
python-version: ['3.6.7', '3.7', '3.8', '3.9', '3.10']
@@ -56,9 +57,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
poetry run python -m pip install pip -U
poetry install
run: poetry install
- name: Generate code from proto files
shell: bash