Skip to content

[Snyk] Security upgrade black from 21.9b0 to 24.3.0 #84

[Snyk] Security upgrade black from 21.9b0 to 24.3.0

[Snyk] Security upgrade black from 21.9b0 to 24.3.0 #84

Workflow file for this run

name: Testing
'on':
pull_request:
push:
branches: [ '*' ]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
make venv
make install-deps
- name: Run py.test
run: |
make pytest