Skip to content

ram/rsz: disable tests that are non-deterministic in bazel #8208

ram/rsz: disable tests that are non-deterministic in bazel

ram/rsz: disable tests that are non-deterministic in bazel #8208

Workflow file for this run

name: Lint Python
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Black:
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Run black
uses: psf/black@stable