File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2929 run : |
3030 python -m pip install -U pip
3131 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"
3235
3336 - name : Output installed packages
3437 run : |
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments