Skip to content

Commit ca30709

Browse files
committed
Small rewrite of OOTB workflow
Change-Id: Ibf5a1f54f9727d4d8b25aac58c33e1d3df945850
1 parent cbb1cb2 commit ca30709

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
@@ -448,7 +448,7 @@ jobs:
448448
# Follow the steps required before running the notebooks
449449
# Try to mirror these as closely as possible
450450
${CONDA_RUN} source .ci/scripts/utils.sh
451-
${CONDA_RUN} install_executorch "--use-pt-pinned-commit"
451+
${CONDA_RUN} python install_executorch.py "--use-pt-pinned-commit"
452452
453453
${CONDA_RUN} sh .ci/scripts/setup-arm-baremetal-tools.sh
454454
${CONDA_RUN} source examples/arm/ethos-u-scratch/setup_path.sh

0 commit comments

Comments
 (0)