Skip to content

Bump the pip group across 1 directory with 4 updates #3047

Bump the pip group across 1 directory with 4 updates

Bump the pip group across 1 directory with 4 updates #3047

Workflow file for this run

name: formatting
on: [push, pull_request]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: "poetry"
- name: Install dependencies
run: poetry install --no-interaction
- name: Check format with black
run: poetry run black --check .