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 fc25f2f commit a807245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black-suggest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Dependance
run: |
sudo apt isntall python-pip
python -m pip install --upgrade pip
pip install black==23.12.1
- name: Run black style check.
run: |
Expand Down

0 comments on commit a807245

Please sign in to comment.