@@ -11,9 +11,9 @@ test_mac_ll_api_{{ editor.version }}:
11
11
variables :
12
12
UNITY_VERSION : {{ editor.version }}
13
13
commands :
14
- - pip install pyyaml
14
+ - pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
15
15
- python -u -m ml-agents.tests.yamato.setup_venv
16
- - ./venv/bin/python ml-agents/tests/yamato/scripts/run_llapi.py
16
+ - ./venv/bin/python ml-agents/tests/yamato/scripts/run_llapi.py
17
17
- ./venv/bin/python ml-agents/tests/yamato/scripts/run_llapi.py --env=artifacts/testPlayer-Basic
18
18
- ./venv/bin/python ml-agents/tests/yamato/scripts/run_llapi.py --env=artifacts/testPlayer-WallJump
19
19
- ./venv/bin/python ml-agents/tests/yamato/scripts/run_llapi.py --env=artifacts/testPlayer-Bouncer
@@ -24,11 +24,11 @@ test_mac_ll_api_{{ editor.version }}:
24
24
expression : |
25
25
(pull_request.target eq "master" OR
26
26
pull_request.target match "release.+") AND
27
- NOT pull_request.draft AND
28
- (pull_request.changes.any match "com.unity.ml-agents/**" OR
29
- pull_request.changes.any match "Project/**" OR
30
- pull_request.changes.any match "ml-agents/**" OR
31
- pull_request.changes.any match "ml-agents-envs/**" OR
27
+ NOT pull_request.draft AND
28
+ (pull_request.changes.any match "com.unity.ml-agents/**" OR
29
+ pull_request.changes.any match "Project/**" OR
30
+ pull_request.changes.any match "ml-agents/**" OR
31
+ pull_request.changes.any match "ml-agents-envs/**" OR
32
32
pull_request.changes.any match ".yamato/python-ll-api-test.yml") AND
33
33
NOT pull_request.changes.all match "**/*.md"
34
34
{% endfor %}
0 commit comments