Skip to content

Also infer dynamic axes for every model input and output #1894

Also infer dynamic axes for every model input and output

Also infer dynamic axes for every model input and output #1894

Workflow file for this run

name: black
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-black-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
cache: 'pip'
- run: pip install black==22.3.0
- run: black --diff .
- run: black --check .