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 cbb1cb2 commit ca30709Copy full SHA for ca30709
.github/workflows/trunk.yml
@@ -448,7 +448,7 @@ jobs:
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} install_executorch "--use-pt-pinned-commit"
+ ${CONDA_RUN} python install_executorch.py "--use-pt-pinned-commit"
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