Skip to content

Commit 3b9b631

Browse files
committed
fix conflicts
1 parent 79d0651 commit 3b9b631

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
if: ${{ github.repository_owner == 'nvidia' && !cancelled() }}
2929
runs-on: ${{ (inputs.runner == 'default' && inputs.host-platform == 'linux-64' && 'linux-amd64-gpu-v100-latest-1') ||
3030
(inputs.runner == 'default' && inputs.host-platform == 'linux-aarch64' && 'linux-arm64-gpu-a100-latest-1') ||
31-
(inputs.runner == 'default' && inputs.host-platform == 'win-64' && 'cuda-python-windows-gpu-github') ||
3231
(inputs.runner == 'H100' && 'linux-amd64-gpu-h100-latest-1') }}
3332
# Our self-hosted runners require a container
3433
# TODO: use a different (nvidia?) container

.github/workflows/test-wheel-windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ jobs:
2626
test:
2727
# The build stage could fail but we want the CI to keep moving.
2828
if: ${{ github.repository_owner == 'nvidia' && !cancelled() }}
29-
runs-on: ${{ (inputs.runner == 'default' && inputs.host-platform == 'linux-64' && 'linux-amd64-gpu-v100-latest-1') ||
30-
(inputs.runner == 'default' && inputs.host-platform == 'linux-aarch64' && 'linux-arm64-gpu-a100-latest-1') ||
31-
(inputs.runner == 'default' && inputs.host-platform == 'win-64' && 'cuda-python-windows-gpu-github') ||
32-
(inputs.runner == 'H100' && 'linux-amd64-gpu-h100-latest-1') }}
29+
runs-on: ${{ (inputs.runner == 'default' && inputs.host-platform == 'win-64' && 'cuda-python-windows-gpu-github') }}
3330
defaults:
3431
run:
3532
shell: bash --noprofile --norc -xeuo pipefail {0}

0 commit comments

Comments
 (0)