Skip to content

Commit 50e653c

Browse files
committed
Added pip install commands
1 parent 3358e79 commit 50e653c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yamato/console-standalone-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
1616
flavor: {{ platform.flavor }}
1717
commands:
1818
# Installing tools
19+
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
20+
- python get-pip.py
1921
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
2022

2123
# Installing editor

0 commit comments

Comments
 (0)