Skip to content

Bump black from 21.10b0 to 24.3.0 #38

Bump black from 21.10b0 to 24.3.0

Bump black from 21.10b0 to 24.3.0 #38

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
max-parallel: 5
matrix:
python-version: ['3.6', '3.11']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Set timezone
uses: szenius/[email protected]
- name: Run tests
run: make test