Use .[test] in workflow

This commit is contained in:
keisuke-umezawa
2023-07-29 15:55:22 +09:00
parent 188647718f
commit 8da437fc1e
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --progress-bar off --upgrade pip setuptools
pip install --progress-bar off .[test]
pip install --progress-bar off "optuna>=3.0.0"
pip install --progress-bar off .
echo 'import coverage; coverage.process_startup()' > sitecustomize.py