Skip to content

build(deps): bump black from 23.11.0 to 23.12.1 in /requirements #308

build(deps): bump black from 23.11.0 to 23.12.1 in /requirements

build(deps): bump black from 23.11.0 to 23.12.1 in /requirements #308

Workflow file for this run

name: dev
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
dev-deps:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2022, macos-11]
python-version: ["3.11"]
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: install developer dependencies
run:
pip install --upgrade pip
pip install -r requirements.txt