Skip to content

Commit 5c9576f

Browse files
committed
WIP
1 parent e76ecd5 commit 5c9576f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ jobs:
4040
- name: Ensure GPU is working
4141
run: nvidia-smi
4242

43+
- name: Switch to WDDM
44+
run: |
45+
Get-PnpDevice
46+
Get-PnpDevice -FriendlyName 'NVIDIA'
47+
nvidia-smi -i 0 -dm WDDM
48+
4349
- name: Set environment variables
4450
run: |
4551
$PYTHON_VERSION_FORMATTED = '${{ inputs.python-version }}' -replace '\.'

0 commit comments

Comments
 (0)