Skip to content

Commit 523b5e4

Browse files
committed
up
1 parent b45ac22 commit 523b5e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ jobs:
601601
done
602602
603603
test-coreml-optimum-executorch:
604-
name: test-apple-model
604+
name: test-coreml-optimum-executorch
605605
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
606606
strategy:
607607
fail-fast: false
@@ -638,7 +638,6 @@ jobs:
638638
for MODEL_NAME in "${MODELS[@]}"; do
639639
bash .ci/scripts/export_optimum_et_coreml.sh $MODEL_NAME" /tmp/$MODEL_NAME
640640
641-
642641
test-huggingface-transformers:
643642
# NB: Don't run this on fork PRs because they won't have access to the secret and would fail anyway
644643
if: ${{ !github.event.pull_request.head.repo.fork }}

0 commit comments

Comments
 (0)