Skip to content

Commit e4f85f8

Browse files
Use Unity 6000.0 for the Pack test
1 parent abcb9cc commit e4f85f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ pack:
22
name: Pack
33
agent:
44
type: Unity::VM
5-
image: package-ci/ubuntu-22.04:v4
5+
image: ml-agents/ml-agents-ubuntu-18.04:latest
66
flavor: b1.small
77
commands:
88
- |
9+
eval "$($HOME/anaconda/bin/conda shell.bash hook)"
10+
conda activate python3.10
911
python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
10-
unity-downloader-cli -u 2023.2 -c editor --wait --fast
12+
unity-downloader-cli -u 6000.0 -c editor --wait --fast
1113
./.Editor/Unity -projectPath Project -batchMode -executeMethod Unity.MLAgents.SampleExporter.ExportCuratedSamples -logFile -
1214
npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
1315
upm-ci project pack --project-path Project

0 commit comments

Comments
 (0)