Skip to content

Bump black from 21.12b0 to 24.3.0 #32

Bump black from 21.12b0 to 24.3.0

Bump black from 21.12b0 to 24.3.0 #32

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
- run: pip install -r requirements.txt
- run: ./lint.sh
- run: pytest --cov=. --cov-report=xml
- uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true