mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Add requirements.txt instead of setup.cfg
This commit is contained in:
@@ -18,8 +18,8 @@ jobs:
|
||||
architecture: x64
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools
|
||||
pip install --progress-bar off .[lint]
|
||||
python -m pip install --progress-bar off --upgrade pip setuptools
|
||||
pip install --progress-bar off flake8 black isort mypy
|
||||
- run: flake8 . --show-source
|
||||
- run: black --check --diff .
|
||||
- run: isort --check --diff .
|
||||
|
||||
Reference in New Issue
Block a user