浏览代码

Update pip and setuptools in CircleCI

The CircleCI checks have been broken because of outdated setuptools,
this change should fix the issue.
/develop-generalizationTraining-TrainerController
Jonathan Harper 6 年前
当前提交
0423c341
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      .circleci/config.yml

2
.circleci/config.yml


command: |
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
cd ml-agents-envs && pip install -e .
cd ../ml-agents && pip install -e .
pip install black pytest-cov==2.6.1 codacy-coverage==1.3.11

正在加载...
取消
保存