Skip to content

Commit 09aae64

Browse files
committed
[DO NOT LAND] Try to debug Mac CI failure
ghstack-source-id: 24579d6 Pull Request resolved: #5844
1 parent 20a157f commit 09aae64

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pull.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,3 +441,13 @@ jobs:
441441
442442
# run e2e (export, tokenizer and runner)
443443
PYTHON_EXECUTABLE=python bash .ci/scripts/test_phi_3_mini.sh
444+
445+
debug:
446+
runs-on: macos-14
447+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
448+
steps:
449+
- uses: actions/checkout@v2
450+
- name: Setup upterm session
451+
uses: owenthereal/action-upterm@v1
452+
with:
453+
limit-access-to-actor: true

0 commit comments

Comments
 (0)