Skip to content

chore(deps-dev): bump black from 23.3.0 to 23.7.0 #102

chore(deps-dev): bump black from 23.3.0 to 23.7.0

chore(deps-dev): bump black from 23.3.0 to 23.7.0 #102

Workflow file for this run

name: linux-ci
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install -r dev-requirements.txt
- name: Run tests
run: inv t