Define .[optional] and use it in workflows

This commit is contained in:
keisuke-umezawa
2023-07-29 16:02:28 +09:00
parent 8da437fc1e
commit 822a004c48
3 changed files with 9 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 .[optional]
pip install --progress-bar off .[test]
pip install --progress-bar off "optuna>=3.0.0"
pip install --progress-bar off .