Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use-pt-pinned-commit for test-arm-{backend,reference}-delegation #7579

Open
wants to merge 10 commits into
base: gh/swolchok/127/base
Choose a base branch
from
Open
4 changes: 2 additions & 2 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
conda activate "${CONDA_ENV}"

source .ci/scripts/utils.sh
install_executorch
install_executorch "use-pt-pinned-commit"

.ci/scripts/setup-arm-baremetal-tools.sh

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
conda activate "${CONDA_ENV}"

source .ci/scripts/utils.sh
install_executorch
install_executorch "use-pt-pinned-commit"

.ci/scripts/setup-arm-baremetal-tools.sh

Expand Down
Loading