diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d41bed6..b5c54135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,9 +52,6 @@ jobs: run: conda env update -n gadgetron -f environment.yml if: steps.cache-conda.outputs.cache-hit != 'true' - #- name: Setup tmate session - #uses: mxschmitt/action-tmate@v3 - - name: Install GPU driver shell: bash run: | @@ -73,6 +70,9 @@ jobs: sudo modprobe nvidia which nvidia-smi + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: GPU check shell: bash run: nvidia-smi