Skip to content

Commit

Permalink
check python formatting at the root python directory
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 28, 2024
1 parent c438070 commit 069195f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 069195f

Please sign in to comment.