Fix a workflow

This commit is contained in:
c-bata
2022-12-09 11:53:29 +09:00
parent 86e80633ef
commit 45077ed901
+2 -2
View File
@@ -19,7 +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 "optuna>=3.0.0"
pip install --progress-bar off .
pip install --progress-bar off flake8 black isort mypy
- run: flake8 . --show-source
@@ -41,7 +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 "optuna>=3.0.0"
pip install --progress-bar off .
- run: python -m unittest
test-with-optuna-master: