Skip to content

Commit 18bf4e5

Browse files
committed
Skip test on Windows
1 parent b0584d4 commit 18bf4e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ jobs:
409409
410410
- name: Run basic test
411411
shell: bash
412+
# Skip GPU test on Windows CI - no GPU/Vulkan available on GitHub runners
413+
if: matrix.os != 'windows-latest'
412414
run: |
413415
python -c "
414416
import torch

0 commit comments

Comments
 (0)