We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91a680 commit e61bf52Copy full SHA for e61bf52
dependencies.yaml
@@ -294,21 +294,15 @@ dependencies:
294
packages:
295
- pytest
296
- pytest-cov
297
- # Needed for numba in tests
298
specific:
299
- output_types: conda
300
matrices:
301
- - matrix:
302
- arch: x86_64
303
- cuda: "11.8"
304
- packages:
305
- - nvcc_linux-64=11.8
306
307
- arch: aarch64
308
309
310
- - nvcc_linux-aarch64=11.8
+ # Needed for numba in tests on CUDA 12+ since Conda CI environments
+ # do not have a CUDA compiler preinstalled. Wheel tests are run on
+ # images that supply a CUDA compiler.
311
- matrix:
312
cuda: "12.*"
313
314
- cuda-nvcc
+ - matrix:
+ packages:
0 commit comments