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.
2 parents 88ff380 + 16b4f26 commit 2fea3d4Copy full SHA for 2fea3d4
.github/workflows/lightgbm.yml
@@ -32,6 +32,9 @@ jobs:
32
python -c 'import optuna_integration'
33
34
pip install -r lightgbm/requirements.txt
35
+
36
+ # TODO(c-bata): Remove the version constraint on LightGBM once the issue is fixed.
37
+ pip install "lightgbm<=4.5.0"
38
- name: Run LightGBM examples
39
run: |
40
python lightgbm/lightgbm_simple.py
0 commit comments