Skip to content

Commit

Permalink
Update devops.yml
Browse files Browse the repository at this point in the history
adjust black jupyter
  • Loading branch information
Shuyib authored Dec 7, 2024
1 parent 2b4686c commit eeb9b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install linting utilities & run them
run: |
python -m pip install --upgrade pip
pip install black
pip install black[jupyter]
black --check .
- name: Install dependencies
run: |
Expand Down

0 comments on commit eeb9b08

Please sign in to comment.