Skip to content

Bump black from 19.10b0 to 24.3.0 #40

Bump black from 19.10b0 to 24.3.0

Bump black from 19.10b0 to 24.3.0 #40

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
version: 1.5.1
- name: install deps
run: poetry install
- name: run tests
run: poetry run pytest .