We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3358e79 commit 50e653cCopy full SHA for 50e653c
.yamato/console-standalone-test.yml
@@ -16,6 +16,8 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
16
flavor: {{ platform.flavor }}
17
commands:
18
# Installing tools
19
+ - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
20
+ - python get-pip.py
21
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
22
23
# Installing editor
0 commit comments