Skip to content

Bump opentelemetry-sdk from 1.25.0 to 1.26.0 #131

Bump opentelemetry-sdk from 1.25.0 to 1.26.0

Bump opentelemetry-sdk from 1.25.0 to 1.26.0 #131

Workflow file for this run

name: tests
on:
pull_request:
push:
branches: [main]
# Only allow one instance of this workflow for each PR.
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.9
3.10
3.11
3.12
allow-prereleases: true
cache: 'pip'
cache-dependency-path: |
requirements.txt
setup.cfg
tox.ini
- run: python -m pip install tox
- run: tox run-parallel --parallel-no-spinner
env:
FORCE_COLOR: true