Skip to content

Commit 12485f1

Browse files
committed
Add other_wheels,foreign_wheels to pip install nvidia_wheels_cu13
1 parent 6a7f570 commit 12485f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
if: startsWith(matrix.CUDA_VER, '13.')
326326
run: |
327327
pushd cuda_pathfinder
328-
pip install -v .[nvidia_wheels_cu13]
328+
pip install -v .[nvidia_wheels_cu13,other_wheels,foreign_wheels]
329329
pip freeze
330330
popd
331331

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
shell: bash --noprofile --norc -xeuo pipefail {0}
294294
run: |
295295
pushd cuda_pathfinder
296-
pip install -v .[nvidia_wheels_cu13]
296+
pip install -v .[nvidia_wheels_cu13,other_wheels,foreign_wheels]
297297
pip freeze
298298
popd
299299

0 commit comments

Comments
 (0)