Skip to content

fix(deps): Update dependency grpcio-tools to v1.67.1 #373

fix(deps): Update dependency grpcio-tools to v1.67.1

fix(deps): Update dependency grpcio-tools to v1.67.1 #373

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: make test