Skip to content

chore(deps): bump sentry-sdk from 1.41.0 to 2.2.1 #94

chore(deps): bump sentry-sdk from 1.41.0 to 2.2.1

chore(deps): bump sentry-sdk from 1.41.0 to 2.2.1 #94

Workflow file for this run

name: Test
on: [pull_request]
jobs:
integration-and-unit:
strategy:
matrix:
os: [ubuntu-22.04, windows-2019]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false
name: Env (Python ${{ matrix.python }} on ${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: pip install tox tox-gh-actions
- name: Run tox
run: python -m tox