Skip to content

Testing refactor complete for vpu and blobs/models. Pending success o… #498

Testing refactor complete for vpu and blobs/models. Pending success o…

Testing refactor complete for vpu and blobs/models. Pending success o… #498

Workflow file for this run

# name: Black
# on: [ push ]
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Set up Python
# uses: actions/setup-python@v2
# with:
# python-version: 3.9
# - name: Install dependencies
# run: pip install black
# - name: Run black check
# run: black --check src/oakutils