Skip to content

Commit fe0efa3

Browse files
committed
Use non-GPU runner
1 parent faf248b commit fe0efa3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,11 @@ jobs:
3737
name: Build docs
3838
# The build stage could fail but we want the CI to keep moving.
3939
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
40+
runs-on: ubuntu-latest
4341
defaults:
4442
run:
4543
shell: bash -el {0}
4644
steps:
47-
# WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326,327)
48-
- name: Ensure GPU is working
49-
run: nvidia-smi
50-
5145
- name: Checkout ${{ github.event.repository.name }}
5246
uses: actions/checkout@v4
5347
with:

0 commit comments

Comments
 (0)