We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a7068 commit 724cf3eCopy full SHA for 724cf3e
.github/workflows/build-and-test.yml
@@ -213,19 +213,19 @@ jobs:
213
- linux-64
214
- linux-aarch64
215
python-version:
216
- - "3.13"
+ # - "3.13"
217
- "3.12"
218
- - "3.11"
219
- - "3.10"
220
- - "3.9"
+ # - "3.11"
+ # - "3.10"
+ # - "3.9"
221
cuda-version:
222
# Note: this is for test-time only.
223
- "12.8.0"
224
- - "12.0.1"
225
- - "11.8.0"
+ # - "12.0.1"
+ # - "11.8.0"
226
local-ctk:
227
- 1 # use mini CTK
228
- - 0 # use CTK wheels
+ # - 0 # use CTK wheels
229
runner:
230
- default
231
exclude:
0 commit comments