提交 a2854999 编写于 作者: L linjintao

Merge branch 'fix_ci' into 'master'

Fix isort for a stable version

See merge request open-mmlab/mmaction-lite!295
......@@ -20,7 +20,7 @@ linting:
image: $PYTORCH_IMAGE
stage: linting
script:
- pip install flake8 yapf isort
- pip install flake8 yapf isort==4.3.21
- flake8 .
- isort -rc --check-only --diff mmaction/ tools/ tests/
- yapf -r -d mmaction/ tools/ tests/ configs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册