Skip to content

deps: update opentelemetry-api requirement from >=1.20.0 to >=1.41.0 #23

deps: update opentelemetry-api requirement from >=1.20.0 to >=1.41.0

deps: update opentelemetry-api requirement from >=1.20.0 to >=1.41.0 #23

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: pip
- run: pip install -e ".[dev]"
- run: ruff check .
- run: mypy
- run: pytest tests/