Skip to content

Commit b0be09a

Browse files
author
Chris Elion
authored
fix artifactory url (#4246)
1 parent 5211bbf commit b0be09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/com.unity.ml-agents-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ test_{{ package.name }}_{{ platform.name }}_trunk:
113113
image: {{ platform.image }}
114114
flavor: {{ platform.flavor}}
115115
commands:
116-
- python -m pip install unity-downloader-cli --extra-index-url https://artifactory.prd.it.unity3d.com/api/pypi/unity-pypi-local/simple
116+
- python -m pip install unity-downloader-cli --extra-index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/unity-pypi-local/simple --upgrade
117117
- unity-downloader-cli -u trunk -c editor --wait --fast
118118
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
119119
- upm-ci project test -u {{ editor.version }} --project-path Project --package-filter {{ package.name }} {{ coverageOptions }}

0 commit comments

Comments
 (0)