File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
25
25
matrix :
26
26
host-platform :
27
27
- linux-64
28
- - linux-aarch64
29
- - win-64
28
+ # - linux-aarch64
29
+ # - win-64
30
30
python-version :
31
- - " 3.13"
31
+ # - "3.13"
32
32
- " 3.12"
33
- - " 3.11"
34
- - " 3.10"
35
- - " 3.9"
33
+ # - "3.11"
34
+ # - "3.10"
35
+ # - "3.9"
36
36
cuda-version :
37
37
# Note: this is for build-time only.
38
38
- " 12.8.0"
@@ -63,11 +63,11 @@ jobs:
63
63
uses : actions/setup-python@v5
64
64
with :
65
65
python-version : " 3.12"
66
-
66
+
67
67
- name : Set up MSVC
68
68
if : ${{ startsWith(matrix.host-platform, 'win') }}
69
69
uses : ilammy/msvc-dev-cmd@v1
70
-
70
+
71
71
- name : Set environment variables
72
72
run : |
73
73
PYTHON_VERSION_FORMATTED=$(echo '${{ matrix.python-version }}' | tr -d '.')
79
79
PWD=$(pwd)
80
80
REPO_DIR=$(cygpath -w $PWD)
81
81
fi
82
-
82
+
83
83
echo "CUDA_BINDINGS_PARALLEL_LEVEL=$(nproc)" >> $GITHUB_ENV
84
84
CUDA_CORE_ARTIFACT_BASENAME="cuda-core-python${PYTHON_VERSION_FORMATTED}-${{ matrix.host-platform }}"
85
85
echo "CUDA_CORE_ARTIFACT_BASENAME=${CUDA_CORE_ARTIFACT_BASENAME}" >> $GITHUB_ENV
@@ -215,13 +215,13 @@ jobs:
215
215
matrix :
216
216
host-platform :
217
217
- linux-64
218
- - linux-aarch64
218
+ # - linux-aarch64
219
219
python-version :
220
- - " 3.13"
220
+ # - "3.13"
221
221
- " 3.12"
222
- - " 3.11"
223
- - " 3.10"
224
- - " 3.9"
222
+ # - "3.11"
223
+ # - "3.10"
224
+ # - "3.9"
225
225
cuda-version :
226
226
# Note: this is for test-time only.
227
227
- " 12.8.0"
You can’t perform that action at this time.
0 commit comments