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 ab3d7ac commit 865de2bCopy full SHA for 865de2b
.github/workflows/ci.yml
@@ -7,6 +7,9 @@ jobs:
7
- uses: actions/checkout@v4
8
with:
9
ref: ${{ github.event.pull_request.head.sha }}
10
+ - name: Display nvidia
11
+ shell: bash -l {0}
12
+ run: nvidia-smi
13
- name: Display Conda Environment Versions
14
shell: bash -l {0}
15
run: conda list
0 commit comments