Skip to content

Commit

Permalink
CI: remove installation of already installed pip3
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored Jul 12, 2024
1 parent 05e664f commit 0734cba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/formatting-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
python-version: '3.12'
- name: black style check
run: |
sudo apt-get install -y python3-pip
pip3 install git+https://github.com/psf/black
black .
git diff -q | tee format_diff.txt
Expand Down

0 comments on commit 0734cba

Please sign in to comment.