Skip to content

Commit

Permalink
Update black-suggest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coco875 committed Sep 11, 2024
1 parent 60ea167 commit fc25f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/black-suggest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install Dependance
run: |
pip install black
sudo apt isntall python-pip
pip install black==23.12.1
- name: Run black style check.
run: |
black .
Expand Down

0 comments on commit fc25f2f

Please sign in to comment.