Skip to content

Commit 93e6d2c

Browse files
committed
install executorch
1 parent 19f8c3b commit 93e6d2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -830,9 +830,8 @@ jobs:
830830
831831
# Install executorch
832832
echo "::group::Set up ExecuTorch"
833-
bash .ci/scripts/setup-conda.sh
834-
eval "$(conda shell.bash hook)"
835-
${CONDA_RUN} python install_executorch.py
833+
source .ci/scripts/utils.sh
834+
install_executorch "--use-pt-pinned-commit"
836835
837836
echo "::endgroup::"
838837

0 commit comments

Comments
 (0)