Skip to content

Commit

Permalink
Replace runner.os with runner.name
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisVieriu97 committed Dec 6, 2023
1 parent c9b07c9 commit 90bf7bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_mps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90bf7bc

Please sign in to comment.