diff --git a/.github/workflows/pull_mps.yml b/.github/workflows/pull_mps.yml index 1fa71b0c23b..5b75d1311a8 100644 --- a/.github/workflows/pull_mps.yml +++ b/.github/workflows/pull_mps.yml @@ -30,7 +30,9 @@ jobs: run: | set -eux if conda info --envs | grep -q "env-${{ runner.name }}"; then echo "base already exists"; else conda create -y -n "env-${{ runner.name }}"; fi + conda activate "env-${{ runner.name }}" + source .ci/scripts/utils.sh # This is a simple Python script but as it tries to import executorch.examples.models, # it requires a whole bunch of ExecuTorch dependencies on the Docker image