Skip to content

Commit 4b9d442

Browse files
authored
Fix test arm backend (#13298)
### Summary [PLEASE REMOVE] See [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests) for ExecuTorch PR guidelines. [PLEASE REMOVE] If this PR closes an issue, please add a `Fixes #<issue-id>` line. [PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: <area>" label. For a list of available release notes labels, check out [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests). ### Test plan [PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.
1 parent 8ea603d commit 4b9d442

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)