We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a19030 commit 0ce81a4Copy full SHA for 0ce81a4
.github/workflows/main_ci.yml
@@ -72,10 +72,8 @@ jobs:
72
# uninstall deps that are not absolute requirements
73
# to make sure that i.e., tests skip appropriately
74
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
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
79
- name: Test with pytest
80
run: |
81
export LD_LIBRARY_PATH=$PWD/darshan_install/lib
0 commit comments