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 faf248b commit fe0efa3Copy full SHA for fe0efa3
.github/workflows/build-docs.yml
@@ -37,17 +37,11 @@ jobs:
37
name: Build docs
38
# The build stage could fail but we want the CI to keep moving.
39
if: ${{ github.repository_owner == 'nvidia' && !cancelled() }}
40
- # WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326,327)
41
- runs-on: linux-amd64-gpu-t4-latest-1-testing
42
- #runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
43
defaults:
44
run:
45
shell: bash -el {0}
46
steps:
47
48
- - name: Ensure GPU is working
49
- run: nvidia-smi
50
-
51
- name: Checkout ${{ github.event.repository.name }}
52
uses: actions/checkout@v4
53
with:
0 commit comments