Skip to content

Bump black from 23.12.1 to 24.8.0 #42

Bump black from 23.12.1 to 24.8.0

Bump black from 23.12.1 to 24.8.0 #42

Workflow file for this run

name: test
on: [pull_request]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: ["3.9"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.4.2"
- name: poetry install
run: poetry install
- name: run pytest
run: poetry run pytest