Skip to content

chore(pipeline): update isort config #469

chore(pipeline): update isort config

chore(pipeline): update isort config #469

Workflow file for this run

name: pipeline
defaults:
run:
working-directory: pipeline
on:
push:
branches:
- "main"
paths:
- "pipeline/**"
pull_request:
branches:
- "main"
paths:
- "pipeline/**"
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install tox
- run: tox -- -vv