We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8874a5 commit 8202536Copy full SHA for 8202536
.github/workflows/build-docs.yml
@@ -12,17 +12,11 @@ jobs:
12
name: Build docs
13
# The build stage could fail but we want the CI to keep moving.
14
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
17
runs-on: ubuntu-latest
18
defaults:
19
run:
20
shell: bash -el {0}
21
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
-
26
- name: Checkout ${{ github.event.repository.name }}
27
uses: actions/checkout@v4
28
with:
0 commit comments