Skip to content

Commit 8a6b5c7

Browse files
committed
set black version in workflow
1 parent e80caac commit 8a6b5c7

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
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install flake8 pytest pytest-cov scikit-learn black==24.4.2 isort>=5.0.6
29+
pip install flake8 pytest pytest-cov scikit-learn black>=23.3.0 isort>=5.0.6
3030
if [ -f requirements.txt ]; then pip install ."[dev, all]"; fi
3131
- name: Lint with flake8
3232
run: |

0 commit comments

Comments
 (0)