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 7038f76 commit eba1291Copy full SHA for eba1291
.github/workflows/main_ci.yml
@@ -72,6 +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
- name: Test with pytest
78
run: |
79
export LD_LIBRARY_PATH=$PWD/darshan_install/lib
0 commit comments