浏览代码

add --upgrade to pip to get newer downloader (#4338)

/MLA-1734-demo-provider
GitHub 4 年前
当前提交
73f05eaa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      .yamato/com.unity.ml-agents-performance.yml

2
.yamato/com.unity.ml-agents-performance.yml


variables:
UNITY_VERSION: {{ editor.version }}
commands:
- python -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- python -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- unity-downloader-cli -u {{ editor.version }} -c editor --wait --fast
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output utr
- chmod +x ./utr

正在加载...
取消
保存