mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-13 12:50:51 +08:00
Avoid using setup.py test
This commit is contained in:
@@ -37,4 +37,4 @@ jobs:
|
||||
architecture: x64
|
||||
- name: Install dependencies
|
||||
run: pip install --progress-bar off .
|
||||
- run: python setup.py test
|
||||
- run: python -m unittest
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ $ optuna-dashboard sqlite:///db.sqlite3
|
||||
### Running Python unit tests
|
||||
|
||||
```
|
||||
$ python setup.py test
|
||||
$ python -m unittest
|
||||
```
|
||||
|
||||
### Linters (flake8, black and mypy)
|
||||
|
||||
Reference in New Issue
Block a user