Skip to content

Commit 96a1291

Browse files
committed
Use appropraite setup scripts
Change-Id: Ia0380fdd212c69728cdc52e720f3129f47a2d217
1 parent ca30709 commit 96a1291

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,8 @@ jobs:
445445
bash .ci/scripts/setup-conda.sh
446446
eval "$(conda shell.bash hook)"
447447
448-
# Follow the steps required before running the notebooks
449-
# Try to mirror these as closely as possible
450-
${CONDA_RUN} source .ci/scripts/utils.sh
451-
${CONDA_RUN} python install_executorch.py "--use-pt-pinned-commit"
448+
# Setup environment - this builds ExecuTorch and the runner
449+
PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh --build-tool "cmake"
452450
453451
${CONDA_RUN} sh .ci/scripts/setup-arm-baremetal-tools.sh
454452
${CONDA_RUN} source examples/arm/ethos-u-scratch/setup_path.sh

0 commit comments

Comments
 (0)