Skip to content

fix(bazel): adjust test setup and environment handling for Bazel compatibility #647

fix(bazel): adjust test setup and environment handling for Bazel compatibility

fix(bazel): adjust test setup and environment handling for Bazel compatibility #647

Workflow file for this run

name: Black
on: [pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- uses: psf/black@22.12.0