8000 fix darker version 1.2.3 linting · ipython/ipython@cb238a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb238a7

Browse files
committed
fix darker version 1.2.3 linting
it looks like the current version of darker doesn't work properly if isort isn't installed - see https://github.com/akaihola/darker/pull/132/files so let's just install isort to fix it.
1 parent 13b9762 commit cb238a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install darker
31+
pip install darker isort
3232
- name: Lint with darker
3333
run: |
3434
darker -r 60625f241f298b5039cb2debc365db38aa7bb522 --check --diff . || (

0 commit comments

Comments
 (0)
0