Skip to content

Commit 0ce81a4

Browse files
committed
CI: try a more popular ssh login action.
1 parent 0a19030 commit 0ce81a4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main_ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ jobs:
7272
# uninstall deps that are not absolute requirements
7373
# to make sure that i.e., tests skip appropriately
7474
python -m pip uninstall -y lxml
75-
- name: Setup upterm session
76-
uses: lhotari/action-upterm@v1
77-
with:
78-
limit-access-to-actor: true
75+
- name: Setup tmate session
76+
uses: mxschmitt/action-tmate@v3
7977
- name: Test with pytest
8078
run: |
8179
export LD_LIBRARY_PATH=$PWD/darshan_install/lib

0 commit comments

Comments
 (0)