Fix github action errors

This commit is contained in:
c-bata
2021-11-22 23:03:06 +09:00
parent d79a685255
commit 3f4db242d6
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- run: flake8 . --show-source
- run: black --check --diff .
- run: isort --check --diff .
- run: mypy .
- run: mypy optuna_dashboard python_tests
test:
runs-on: ubuntu-latest
strategy: