mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-02 12:41:01 +08:00
Fix a workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user