Skip to content

Commit

Permalink
Update formatting-check.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored Jul 11, 2024
1 parent 688f81b commit 7ee9a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatting-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0
- name: black style check
run: |
sudo apt install -y python3.10 python3-pip
sudo apt-get install -y python3.10 python3-pip
pip3 install git+https://github.com/psf/black
black .
git diff -q | tee format_diff.txt
Expand Down

0 comments on commit 7ee9a8d

Please sign in to comment.