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 ca30709 commit 96a1291Copy full SHA for 96a1291
.github/workflows/trunk.yml
@@ -445,10 +445,8 @@ jobs:
445
bash .ci/scripts/setup-conda.sh
446
eval "$(conda shell.bash hook)"
447
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"
+ # Setup environment - this builds ExecuTorch and the runner
+ PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh --build-tool "cmake"
452
453
${CONDA_RUN} sh .ci/scripts/setup-arm-baremetal-tools.sh
454
${CONDA_RUN} source examples/arm/ethos-u-scratch/setup_path.sh
0 commit comments