Skip to content

Commit 473464d

Browse files
committed
Add debug step
1 parent 43e107c commit 473464d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-cpu-cpp.yml

+5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
- name: Install TorchServe
4949
run: |
5050
python ts_scripts/install_from_src.py
51+
- name: Setup upterm session
52+
uses: lhotari/action-upterm@v1
53+
with:
54+
limit-access-to-actor: true
55+
limit-access-to-users: mreso
5156
- name: Print Env
5257
run: |
5358
python ts_scripts/print_env_info.py

0 commit comments

Comments
 (0)