Skip to content

update sentry_forked_email_reply_parser==0.5.12.post1 #2520

update sentry_forked_email_reply_parser==0.5.12.post1

update sentry_forked_email_reply_parser==0.5.12.post1 #2520

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main, test-me-*]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install tox
- run: tox -e py