Skip to content

Skip interceptor for methods that are not registered in the server #119

Skip interceptor for methods that are not registered in the server

Skip interceptor for methods that are not registered in the server #119

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