Avoid to use optuna 2.10.1

This commit is contained in:
c-bata
2022-12-09 11:03:30 +09:00
parent db455f8b64
commit 86e80633ef
+2
View File
@@ -19,6 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --progress-bar off --upgrade pip setuptools
pip install --progress-bar off optuna>=3.0.0
pip install --progress-bar off .
pip install --progress-bar off flake8 black isort mypy
- run: flake8 . --show-source
@@ -40,6 +41,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --progress-bar off --upgrade pip setuptools
pip install --progress-bar off optuna>=3.0.0
pip install --progress-bar off .
- run: python -m unittest
test-with-optuna-master: