浏览代码

quote PATH

/yamato-linux-debug-venv
Chris Elion 4 年前
当前提交
07b5f688
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 3
      .yamato/python-ll-api-test.yml
  2. 2
      .yamato/training-int-tests.yml

3
.yamato/python-ll-api-test.yml


commands:
- sudo apt-get update && sudo apt-get install -y python3-venv
- python3 -m venv venv && source venv/bin/activate && which python3
- export PATH=/home/bokken/.local/bin:$PATH
- export PATH="/home/bokken/.local/bin:$PATH"
- echo $PATH
- python3 -m pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- python3 -u -m ml-agents.tests.yamato.setup_venv
- ./venv/bin/python ml-agents/tests/yamato/scripts/run_llapi.py

2
.yamato/training-int-tests.yml


commands:
- sudo apt-get update && sudo apt-get install -y python3-venv
- python3 -m venv venv && source venv/bin/activate && which python3
- export PATH=/home/bokken/.local/bin:$PATH
- export PATH="/home/bokken/.local/bin:$PATH"
- python3 -m pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- python3 -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

正在加载...
取消
保存