Skip to content

Commit

Permalink
Update devops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib authored Dec 7, 2024
1 parent 9cbc6f7 commit 2b4686c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install linting utilities & run them
run: |
python -m pip install --upgrade pip
pip install black
black --check .
- name: Install dependencies
run: |
make install
Expand Down

0 comments on commit 2b4686c

Please sign in to comment.