We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8333367 commit eb2fcb1Copy full SHA for eb2fcb1
1 file changed
.github/workflows/pr.yaml
@@ -62,6 +62,7 @@ jobs:
62
package-name: gersemi-rapids-cmake
63
package-type: python
64
pure-wheel: true
65
+ append-cuda-suffix: false
66
# This selects "ARCH=amd64 + the earliest supported Python + CUDA".
67
matrix_filter: map(select(.ARCH == "amd64")) | min_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]) | [.]
68
wheel-tests-gersemi-rapids-cmake:
0 commit comments