Skip to content

Commit 269b7f8

Browse files
committed
Reduce build-and-test.yml to Windows-only, Python 3.12 only.
1 parent 7fd7cba commit 269b7f8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,9 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
host-platform:
23-
- linux-64
24-
- linux-aarch64
2523
- win-64
2624
python-version:
27-
- "3.13"
2825
- "3.12"
29-
- "3.11"
30-
- "3.10"
31-
- "3.9"
3226
cuda-version:
3327
# Note: this is for build-time only.
3428
- "12.8.0"
@@ -205,6 +199,7 @@ jobs:
205199
echo "CUDA_VERSION=${{ matrix.cuda-version }}" >> $GITHUB_OUTPUT
206200
207201
test-linux:
202+
if: false # jobs disabled
208203
strategy:
209204
fail-fast: false
210205
# TODO: add driver version here

0 commit comments

Comments
 (0)