Skip to content

Commit 3748bc1

Browse files
committed
Fix test-arm-backend trunk CI job
1 parent 2e0e4ea commit 3748bc1

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
@@ -204,14 +204,14 @@ jobs:
204204
conda activate "${CONDA_ENV}"
205205
206206
source .ci/scripts/utils.sh
207-
install_executorch "--use-pt-pinned-commit"
207+
install_executorch
208208
209209
.ci/scripts/setup-arm-baremetal-tools.sh
210210
211211
# Increase number of files user can monitor to bypass buck failures.
212212
# Hopefully this is high enough for this setup.
213213
sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024
214-
214+
pip list
215215
ARM_TEST=${{ matrix.test_arm_baremetal }}
216216
217217
# Test test_arm_baremetal.sh with test

0 commit comments

Comments
 (0)