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
@@ -20,7 +20,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --progress-bar off --upgrade pip setuptools
pip install --progress-bar off "optuna>=3.1.0"
pip install --progress-bar off .
pip install --progress-bar off flake8 black isort mypy mypy-boto3-s3
- run: flake8 . --show-source