Skip to content

test(Metadata): add test to verify behavior of interceptors with context attached initial and trailing metadata #125

test(Metadata): add test to verify behavior of interceptors with context attached initial and trailing metadata

test(Metadata): add test to verify behavior of interceptors with context attached initial and trailing metadata #125

Workflow file for this run

name: Minimum Dependencies
on: [push, pull_request]
jobs:
mindeps:
runs-on: ubuntu-latest
container: python:3.7-slim
steps:
- name: Installing dependencies
run: |
pip install --upgrade pip &&
pip install nox==2022.1.7 toml==0.10.2 poetry==1.0.9
- uses: actions/checkout@v2
- run: |
cd "$GITHUB_WORKSPACE" &&
mkdir .nox &&
nox --sessions mindeps