Skip to content

Commit 1d335b4

Browse files
committed
test: check for nvcc
1 parent 1111b86 commit 1d335b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/self-hosted.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
run: |
3232
clinfo -l
3333
34-
- name: Check for nvidia
35-
run: |
36-
nvidia-smi
37-
3834
- name: Check for cuda
3935
run: |
4036
nvcc --version
4137
38+
- name: Check for nvidia
39+
run: |
40+
nvidia-smi
41+
4242
clean:
4343
name: Cleanup workspace
4444
needs: test

0 commit comments

Comments
 (0)