From 069195f64bf26d91302aa9eaea5d89115c62d543 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Sun, 28 Jul 2024 13:38:52 -0700 Subject: [PATCH] check python formatting at the root python directory --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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