Skip to content

Commit 0a520ca

Browse files
committed
try access nvidia driver
1 parent 56bc60a commit 0a520ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-linux-gpu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
script: |
3030
# Mark Build Directory Safe
3131
git config --global --add safe.directory /__w/vision/vision
32+
33+
nvidia-smi
34+
exit 0
3235
3336
# Set up Environment Variables
3437
export PYTHON_VERSION="${{ matrix.python_version }}"

0 commit comments

Comments
 (0)