Skip to content

Commit 3839bc9

Browse files
committed
Fix linter
1 parent e5fe3d7 commit 3839bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
#----------------------------------------------
2525
# install and run linters
2626
#----------------------------------------------
27-
- run: python -m pip install black flake8 isort
27+
- run: python -m pip install black==23.11.0 flake8 isort
2828
- run: |
2929
flake8 .
3030
black . --check

0 commit comments

Comments
 (0)