Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 5f95405

Browse files
committed
ci update
1 parent bb5c612 commit 5f95405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -920,9 +920,9 @@ jobs:
920920
- name: Install ExecuTorch python
921921
run: |
922922
echo "Install ExecuTorch python"
923-
export TORCHCHAT_ROOT=$PWD
924-
source "torchchat/utils/scripts/install_utils.sh"
925-
install_executorch_python_libs
923+
pushd et-build/src/executorch
924+
sh ./install_requirements.sh
925+
popd
926926
- name: Install runner
927927
run: |
928928
echo "Installing runner"

0 commit comments

Comments
 (0)