We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9622bb8 commit f32571dCopy full SHA for f32571d
.github/workflows/checks.yml
@@ -30,6 +30,7 @@ jobs:
30
python -m pip install -U pip
31
pip install --progress-bar off -U .[checking]
32
# TODO(c-bata): Remove the version constraint on blackdoc
33
+ # See https://github.com/optuna/optuna/issues/6146 for details.
34
pip install --progress-bar off "blackdoc<0.3.10"
35
36
- name: Output installed packages
.github/workflows/reviewdog.yml
@@ -23,6 +23,9 @@ jobs:
23
run: |
24
25
26
+ # TODO(c-bata): Remove the version constraint on blackdoc
27
28
+ pip install --progress-bar off "blackdoc<0.3.10"
29
0 commit comments