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 4345e17 commit 19f8c3bCopy full SHA for 19f8c3b
.github/workflows/trunk.yml
@@ -827,7 +827,11 @@ jobs:
827
# The generic Linux job chooses to use base env, not the one setup by the image
828
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
829
conda activate "${CONDA_ENV}"
830
+
831
# Install executorch
832
+ 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
836
837
echo "::endgroup::"
0 commit comments