Skip to content

Commit 6b02f1a

Browse files
committed
DEV: Skip non python-3.12 for debugging
1 parent 6e917f2 commit 6b02f1a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

+14-14
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
matrix:
2626
host-platform:
2727
- linux-64
28-
- linux-aarch64
29-
- win-64
28+
# - linux-aarch64
29+
# - win-64
3030
python-version:
31-
- "3.13"
31+
# - "3.13"
3232
- "3.12"
33-
- "3.11"
34-
- "3.10"
35-
- "3.9"
33+
# - "3.11"
34+
# - "3.10"
35+
# - "3.9"
3636
cuda-version:
3737
# Note: this is for build-time only.
3838
- "12.8.0"
@@ -63,11 +63,11 @@ jobs:
6363
uses: actions/setup-python@v5
6464
with:
6565
python-version: "3.12"
66-
66+
6767
- name: Set up MSVC
6868
if: ${{ startsWith(matrix.host-platform, 'win') }}
6969
uses: ilammy/msvc-dev-cmd@v1
70-
70+
7171
- name: Set environment variables
7272
run: |
7373
PYTHON_VERSION_FORMATTED=$(echo '${{ matrix.python-version }}' | tr -d '.')
@@ -79,7 +79,7 @@ jobs:
7979
PWD=$(pwd)
8080
REPO_DIR=$(cygpath -w $PWD)
8181
fi
82-
82+
8383
echo "CUDA_BINDINGS_PARALLEL_LEVEL=$(nproc)" >> $GITHUB_ENV
8484
CUDA_CORE_ARTIFACT_BASENAME="cuda-core-python${PYTHON_VERSION_FORMATTED}-${{ matrix.host-platform }}"
8585
echo "CUDA_CORE_ARTIFACT_BASENAME=${CUDA_CORE_ARTIFACT_BASENAME}" >> $GITHUB_ENV
@@ -215,13 +215,13 @@ jobs:
215215
matrix:
216216
host-platform:
217217
- linux-64
218-
- linux-aarch64
218+
# - linux-aarch64
219219
python-version:
220-
- "3.13"
220+
# - "3.13"
221221
- "3.12"
222-
- "3.11"
223-
- "3.10"
224-
- "3.9"
222+
# - "3.11"
223+
# - "3.10"
224+
# - "3.9"
225225
cuda-version:
226226
# Note: this is for test-time only.
227227
- "12.8.0"

0 commit comments

Comments
 (0)