Skip to content

Bump black from 23.11.0 to 23.12.0 in /py #216

Bump black from 23.11.0 to 23.12.0 in /py

Bump black from 23.11.0 to 23.12.0 in /py #216

Workflow file for this run

name: Python
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test-py:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Test
run: cd py && make test