Skip to content

chore: bump black from 24.1.0 to 24.2.0 (#333) #571

chore: bump black from 24.1.0 to 24.2.0 (#333)

chore: bump black from 24.1.0 to 24.2.0 (#333) #571

Workflow file for this run

name: pull-request
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
POETRY_VERSION: 1.4.2
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
- run: poetry install
- name: Test Code and Docs
run: poetry run pytest