Skip to content

Commit bcce37a

Browse files
Copilotkirklandsign
andcommitted
Fix conda activate initialization in android release workflow
Co-authored-by: kirklandsign <107070759+kirklandsign@users.noreply.github.com> Agent-Logs-Url: https://github.com/pytorch/executorch/sessions/02708868-2305-4508-9c1a-c67c2750d475
1 parent 25021e6 commit bcce37a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/android-release-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
export CMAKE_C_COMPILER_LAUNCHER=sccache
9898
9999
# The generic Linux job chooses to use base env, not the one setup by the image
100+
eval "$(conda shell.bash hook)"
100101
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
101102
conda activate "${CONDA_ENV}"
102103
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool buck2

0 commit comments

Comments
 (0)