Skip to content

Commit 865de2b

Browse files
committed
view nvidia smi settings
1 parent ab3d7ac commit 865de2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
- uses: actions/checkout@v4
88
with:
99
ref: ${{ github.event.pull_request.head.sha }}
10+
- name: Display nvidia
11+
shell: bash -l {0}
12+
run: nvidia-smi
1013
- name: Display Conda Environment Versions
1114
shell: bash -l {0}
1215
run: conda list

0 commit comments

Comments
 (0)