Skip to content

Commit

Permalink
refactor<>: add pip to install black and check the format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahelsamahy committed Oct 26, 2023
1 parent c1f95a5 commit 20881bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: Check code formatting with Black
run: |
black --check .

0 comments on commit 20881bf

Please sign in to comment.