Skip to content

Bump grpcio from 1.53.0 to 1.53.2 (#16) #33

Bump grpcio from 1.53.0 to 1.53.2 (#16)

Bump grpcio from 1.53.0 to 1.53.2 (#16) #33

Workflow file for this run

# Largely built from this excellent guide:
# https://shift.click/blog/github-actions-rust/#run-on-pushes-to-main--prs-to-main-or-dev
name: Test
env:
RUST_BACKTRACE: 1
on:
push:
branches:
- master
- v1
pull_request:
branches:
- master
- v1
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: Swatinem/rust-cache@v1
- run: sudo apt-get install protobuf-compiler && pip install -r requirements.txt && ./test.py