Skip to content

Commit 92538fe

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

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+
steps:
448+
- uses: actions/checkout@v2
449+
- name: Setup upterm session
450+
uses: lhotari/action-upterm@v1
451+
with:
452+
limit-access-to-actor: true
453+

0 commit comments

Comments
 (0)