Closed
Description
We took the shortcut and used a 3rd-party action on the Windows test runners due to some technical reasons (the build runners already use fetch_ctk
just fine)
cuda-python/.github/workflows/test-wheel-windows.yml
Lines 161 to 165 in bd770e1
It works very well most of the time, except when updating to the latest CTK release as evidenced in #597:
https://github.com/NVIDIA/cuda-python/actions/runs/14795896391/job/41543758103?pr=597#step:15:27
Because of this and other reasons (ex: #588), we probably should continue finding a way to enable
fetch_ctk
universally.