Skip to content

otel instrumentation for outgoing calls using generated clientlibs #12

otel instrumentation for outgoing calls using generated clientlibs

otel instrumentation for outgoing calls using generated clientlibs #12

Workflow file for this run

name: build
on:
push:
branches: [master]
pull_request:
jobs:
tox:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
toxenv:
- py37
- py38
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox==3.26.0
- name: Run tests
run: tox -e py