Apply suggestions from code review

Co-authored-by: c-bata <c-bata@users.noreply.github.com>
This commit is contained in:
keisuke umezawa
2024-01-23 09:31:02 +09:00
committed by GitHub
co-authored by c-bata
parent 1a10f1bc3e
commit 736d2ee1fe
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -28,7 +28,6 @@ jobs:
python -m pip install --progress-bar off --upgrade pip setuptools
pip install --progress-bar off .[optional]
pip install --progress-bar off .[test]
pip install --progress-bar off "optuna>=3.1.0"
pip install --progress-bar off .
echo 'import coverage; coverage.process_startup()' > sitecustomize.py
- name: Tests