浏览代码

remove codacy (#2287)

* remove codacy

* Cleanup name
/develop-generalizationTraining-TrainerController
GitHub 5 年前
当前提交
08672c47
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 5
      .circleci/config.yml

5
.circleci/config.yml


pip install --upgrade setuptools
cd ml-agents-envs && pip install -e .
cd ../ml-agents && pip install -e .
pip install pre-commit pytest-cov==2.6.1 codacy-coverage==1.3.11
pip install pre-commit pytest-cov==2.6.1
cd ../gym-unity && pip install -e .
- save_cache:

. venv/bin/activate
mkdir test-reports
pytest --cov=mlagents --cov-report xml --junitxml=test-reports/junit.xml -p no:warnings
python-codacy-coverage -r coverage.xml
name: Check Code Style for ml-agents and gym_unity using black
name: Check Code Style using pre-commit
command: |
. venv/bin/activate
pre-commit run --show-diff-on-failure --all-files

正在加载...
取消
保存