File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
host-platform :
23
23
- linux-64
24
24
- linux-aarch64
25
- - win-64
25
+ # - win-64
26
26
python-version :
27
- - " 3.13"
27
+ # - "3.13"
28
28
- " 3.12"
29
- - " 3.11"
30
- - " 3.10"
31
- - " 3.9"
29
+ # - "3.11"
30
+ # - "3.10"
31
+ # - "3.9"
32
32
cuda-version :
33
33
# Note: this is for build-time only.
34
34
- " 12.8.0"
@@ -59,11 +59,11 @@ jobs:
59
59
uses : actions/setup-python@v5
60
60
with :
61
61
python-version : " 3.12"
62
-
62
+
63
63
- name : Set up MSVC
64
64
if : ${{ startsWith(matrix.host-platform, 'win') }}
65
65
uses : ilammy/msvc-dev-cmd@v1
66
-
66
+
67
67
- name : Set environment variables
68
68
run : |
69
69
PYTHON_VERSION_FORMATTED=$(echo '${{ matrix.python-version }}' | tr -d '.')
75
75
PWD=$(pwd)
76
76
REPO_DIR=$(cygpath -w $PWD)
77
77
fi
78
-
78
+
79
79
echo "CUDA_BINDINGS_PARALLEL_LEVEL=$(nproc)" >> $GITHUB_ENV
80
80
CUDA_CORE_ARTIFACT_BASENAME="cuda-core-python${PYTHON_VERSION_FORMATTED}-${{ matrix.host-platform }}"
81
81
echo "CUDA_CORE_ARTIFACT_BASENAME=${CUDA_CORE_ARTIFACT_BASENAME}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments