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 a1d6e4b commit 2c250a8Copy full SHA for 2c250a8
.github/workflows/aiida.yml
@@ -26,6 +26,11 @@ jobs:
26
conda install -c conda-forge jupyter papermill
27
export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
28
verdi presto --profile-name adis
29
+ # Add Upterm for SSH access
30
+ - name: Setup upterm session
31
+ uses: lhotari/action-upterm@v1
32
+ # This is optional - you can make it conditional:
33
+ if: ${{ failure() || github.event_name == 'workflow_dispatch' }}
34
- name: Tests
35
shell: bash -l {0}
36
run: |
0 commit comments