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 2e0e4ea commit 3748bc1Copy full SHA for 3748bc1
.github/workflows/trunk.yml
@@ -204,14 +204,14 @@ jobs:
204
conda activate "${CONDA_ENV}"
205
206
source .ci/scripts/utils.sh
207
- install_executorch "--use-pt-pinned-commit"
+ install_executorch
208
209
.ci/scripts/setup-arm-baremetal-tools.sh
210
211
# Increase number of files user can monitor to bypass buck failures.
212
# Hopefully this is high enough for this setup.
213
sudo sysctl fs.inotify.max_user_watches=1048576 # 1024 * 1024
214
-
+ pip list
215
ARM_TEST=${{ matrix.test_arm_baremetal }}
216
217
# Test test_arm_baremetal.sh with test
0 commit comments