Skip to content

Commit d403007

Browse files
committed
Use pip option for MLSDK setup in CI
1 parent 04dab1c commit d403007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
source .ci/scripts/utils.sh
308308
install_executorch "--use-pt-pinned-commit"
309309
310-
.ci/scripts/setup-arm-baremetal-tools.sh --enable-mlsdk-deps
310+
.ci/scripts/setup-arm-baremetal-tools.sh --enable-mlsdk-deps --install-mlsdk-deps-with-pip
311311
312312
# Increase number of files user can monitor to bypass buck failures.
313313
# Hopefully this is high enough for this setup.

0 commit comments

Comments
 (0)