We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd7cba commit 269b7f8Copy full SHA for 269b7f8
1 file changed
.github/workflows/build-and-test.yml
@@ -20,15 +20,9 @@ jobs:
20
fail-fast: false
21
matrix:
22
host-platform:
23
- - linux-64
24
- - linux-aarch64
25
- win-64
26
python-version:
27
- - "3.13"
28
- "3.12"
29
- - "3.11"
30
- - "3.10"
31
- - "3.9"
32
cuda-version:
33
# Note: this is for build-time only.
34
- "12.8.0"
@@ -205,6 +199,7 @@ jobs:
205
199
echo "CUDA_VERSION=${{ matrix.cuda-version }}" >> $GITHUB_OUTPUT
206
200
207
201
test-linux:
202
+ if: false # jobs disabled
208
203
strategy:
209
204
210
# TODO: add driver version here
0 commit comments