Skip to content

Commit f656648

Browse files
committed
fix: Use local method with override flag for CUDA installation
Changed back to local method but added --override flag to prevent installer from failing on missing dependencies or gcc version checks. The --override flag allows installation to proceed even if some validation checks fail, which is necessary in CI environments.
1 parent 3269912 commit f656648

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ jobs:
107107
uses: Jimver/cuda-toolkit@v0.2.18
108108
with:
109109
cuda: '12.0.0'
110-
method: 'network'
111-
linux-local-args: '["--toolkit"]'
110+
method: 'local'
111+
linux-local-args: '["--toolkit", "--silent", "--override"]'
112112

113113
- name: Build CFD library (Linux with CUDA)
114114
if: runner.os == 'Linux' && matrix.variant == 'cuda'

0 commit comments

Comments
 (0)