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 3530731 commit 5cb328dCopy full SHA for 5cb328d
.github/workflows/android-perf.yml
@@ -173,9 +173,6 @@ jobs:
173
upload-artifact-to-s3: true
174
secrets-env: EXECUTORCH_HF_TOKEN
175
script: |
176
- # TESTING
177
- exit 1
178
-
179
# The generic Linux job chooses to use base env, not the one setup by the image
180
echo "::group::Setting up dev environment"
181
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
.github/workflows/apple-perf.yml
@@ -175,9 +175,6 @@ jobs:
set -eux
echo "::group::Setting up CI environment"
182
.ci/scripts/setup-conda.sh
183
0 commit comments