Skip to content

Commit 302c89f

Browse files
committed
Test pytorh pin
1 parent 3edbc91 commit 302c89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
# Run setup scripts for Arm FVP and Arm AOT Compilation
100100
cd $ZEPHYR_PROJ_ROOT/modules/lib/executorch
101-
install_executorch "--use-pt-pinned-commit"
101+
install_executorch
102102
.ci/scripts/setup-arm-baremetal-tools.sh --target-toolchain zephyr
103103
source examples/arm/ethos-u-scratch/setup_path.sh
104104
source $ZEPHYR_PROJ_ROOT/zephyr/zephyr-env.sh
@@ -142,7 +142,7 @@ jobs:
142142
fi
143143
144144
# Report fail if simulation does not complete successfully
145-
grep -F "SUCCESS: Program complete, exiting." sim.out
145+
grep -qF "SUCCESS: Program complete, exiting." sim.out
146146
exit_status=$? #store 0 if found (success), 1 if not (failure)
147147
if [[ "$exit_status" -eq "1" ]]; then
148148
cat sim.out

0 commit comments

Comments
 (0)