Skip to content

Commit 19f8c3b

Browse files
committed
fix conda
1 parent 4345e17 commit 19f8c3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/trunk.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,11 @@ jobs:
827827
# The generic Linux job chooses to use base env, not the one setup by the image
828828
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
829829
conda activate "${CONDA_ENV}"
830+
830831
# Install executorch
832+
echo "::group::Set up ExecuTorch"
833+
bash .ci/scripts/setup-conda.sh
834+
eval "$(conda shell.bash hook)"
831835
${CONDA_RUN} python install_executorch.py
832836
833837
echo "::endgroup::"

0 commit comments

Comments
 (0)