Skip to content

Commit 27b3d85

Browse files
committed
reduce number of pip invocations and include jupyter support for black
1 parent c231f3e commit 27b3d85

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/python_static_analysis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
- name: Install Python dependencies
2222
run: |
2323
pip install --upgrade pip
24-
pip install black
25-
pip install flake8
26-
pip install isort
24+
pip install black 'black[jupyter]' flake8 isort
2725
2826
# https://github.com/actions/checkout
2927
- name: Checkout repository

0 commit comments

Comments
 (0)