Skip to content

Bump black from 23.11.0 to 24.3.0 #6

Bump black from 23.11.0 to 24.3.0

Bump black from 23.11.0 to 24.3.0 #6

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: "${{ matrix.os }}"
strategy:
matrix:
os:
- ubuntu-latest
python-version:
- "3.11"
steps:
- name: "Set up Python ${{ matrix.python-version }}"
uses: actions/setup-python@v2
with:
python-version: "${{ matrix.python-version }}"
- uses: actions/checkout@v2
- run: pip install -r requirements-dev.txt
- run: python3 -m unittest