Skip to content

fix(deps): Update dependency grpcio-tools to v1.60.0 #313

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

fix(deps): Update dependency grpcio-tools to v1.60.0 #313

Workflow file for this run

name: Test Python SDK
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