Skip to content

Commit f32571d

Browse files
committed
[hotfix] Add version constraint on blackdoc at reviewdog.yml
1 parent 9622bb8 commit f32571d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
python -m pip install -U pip
3131
pip install --progress-bar off -U .[checking]
3232
# TODO(c-bata): Remove the version constraint on blackdoc
33+
# See https://github.com/optuna/optuna/issues/6146 for details.
3334
pip install --progress-bar off "blackdoc<0.3.10"
3435
3536
- name: Output installed packages

.github/workflows/reviewdog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
run: |
2424
python -m pip install -U pip
2525
pip install --progress-bar off -U .[checking]
26+
# TODO(c-bata): Remove the version constraint on blackdoc
27+
# See https://github.com/optuna/optuna/issues/6146 for details.
28+
pip install --progress-bar off "blackdoc<0.3.10"
2629
2730
- name: Output installed packages
2831
run: |

0 commit comments

Comments
 (0)