Skip to content

Commit 8202536

Browse files
committed
remove todo comments
1 parent f8874a5 commit 8202536

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,11 @@ jobs:
1212
name: Build docs
1313
# The build stage could fail but we want the CI to keep moving.
1414
if: ${{ github.repository_owner == 'nvidia' && !cancelled() }}
15-
# WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326,327)
16-
#runs-on: linux-amd64-gpu-t4-latest-1-testing
1715
runs-on: ubuntu-latest
1816
defaults:
1917
run:
2018
shell: bash -el {0}
2119
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
25-
2620
- name: Checkout ${{ github.event.repository.name }}
2721
uses: actions/checkout@v4
2822
with:

0 commit comments

Comments
 (0)