diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6dc58222..aa7f10921 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -590,7 +590,7 @@ jobs: id: check_python continue-on-error: true run: | - cd python/interpret-core + cd python python -m pip install --upgrade black black --check . - name: Mark step with a warning