Skip to content

mpl: avoid calling ppl in regression tests by using new constraints' … #246

mpl: avoid calling ppl in regression tests by using new constraints' …

mpl: avoid calling ppl in regression tests by using new constraints' … #246

Workflow file for this run

name: Lint Python
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Run black
uses: psf/black@stable