Skip to content

Commit 0ae6cde

Browse files
committed
remove smi check
1 parent b198cb8 commit 0ae6cde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
run:
2020
shell: bash -el {0}
2121
steps:
22-
# WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326,327)
23-
- name: Ensure GPU is working
24-
run: nvidia-smi
22+
# # WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326,327)
23+
# - name: Ensure GPU is working
24+
# run: nvidia-smi
2525

2626
- name: Checkout ${{ github.event.repository.name }}
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)