Skip to content

Commit 05a7068

Browse files
committed
DNM: Temporarily disable other workflows to save CI resources
1 parent 68c0961 commit 05a7068

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
host-platform:
2323
- linux-64
2424
- linux-aarch64
25-
- win-64
25+
# - win-64
2626
python-version:
27-
- "3.13"
27+
# - "3.13"
2828
- "3.12"
29-
- "3.11"
30-
- "3.10"
31-
- "3.9"
29+
# - "3.11"
30+
# - "3.10"
31+
# - "3.9"
3232
cuda-version:
3333
# Note: this is for build-time only.
3434
- "12.8.0"
@@ -59,11 +59,11 @@ jobs:
5959
uses: actions/setup-python@v5
6060
with:
6161
python-version: "3.12"
62-
62+
6363
- name: Set up MSVC
6464
if: ${{ startsWith(matrix.host-platform, 'win') }}
6565
uses: ilammy/msvc-dev-cmd@v1
66-
66+
6767
- name: Set environment variables
6868
run: |
6969
PYTHON_VERSION_FORMATTED=$(echo '${{ matrix.python-version }}' | tr -d '.')
@@ -75,7 +75,7 @@ jobs:
7575
PWD=$(pwd)
7676
REPO_DIR=$(cygpath -w $PWD)
7777
fi
78-
78+
7979
echo "CUDA_BINDINGS_PARALLEL_LEVEL=$(nproc)" >> $GITHUB_ENV
8080
CUDA_CORE_ARTIFACT_BASENAME="cuda-core-python${PYTHON_VERSION_FORMATTED}-${{ matrix.host-platform }}"
8181
echo "CUDA_CORE_ARTIFACT_BASENAME=${CUDA_CORE_ARTIFACT_BASENAME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)