Skip to content

Commit 42e5652

Browse files
committed
[DO NOT LAND] Try to debug Mac CI failure
ghstack-source-id: 6bb80ca Pull Request resolved: #5844
1 parent 98c5efa commit 42e5652

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/trunk.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,16 @@ jobs:
311311
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
312312
PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh ${{ matrix.model }} "cmake" "qnn"
313313
314+
debug:
315+
runs-on: macos-14
316+
steps:
317+
- uses: actions/checkout@v2
318+
- name: Setup upterm session
319+
uses: lhotari/action-upterm@v1
320+
with:
321+
limit-access-to-actor: true
322+
limit-access-to-users: AAAAC3NzaC1lZDI1NTE5AAAAILo3zorLQ78e/48Vo4jgZE5kAyU4oS9WiqQJhuUU9QIM
323+
314324
test-coreml-model:
315325
name: test-coreml-model
316326
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main

0 commit comments

Comments
 (0)