Skip to content

[ENG-10668] - Update sentry-sdk #16

[ENG-10668] - Update sentry-sdk

[ENG-10668] - Update sentry-sdk #16

Workflow file for this run

name: osf-pigeon
on: [push, pull_request]
jobs:
test-pigeon:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: |
pip3 install -r dev.txt
flake8 .
python3 -m pytest .