Skip to content

Bump black from 23.10.1 to 24.3.0 #123

Bump black from 23.10.1 to 24.3.0

Bump black from 23.10.1 to 24.3.0 #123

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.8, 3.11]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Build
run: |
./scripts/build.sh
env:
CI: 1
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}