Skip to content

Commit 538fe89

Browse files
committed
give up windows ci, waiting for fix from nvidia/ms
1 parent 8ced4a4 commit 538fe89

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

.github/workflows/build.yml

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- name: setup CUDA
7474
shell: bash
7575
run: |
76+
"C:/Program Files (x86)/Microsoft Visual Studio/Installer/VisualStudioSetup.exe" --channelUri https://aka.ms/vs/17/release.LTSC.17.12/channel --locale en-US
7677
C:/msys64/usr/bin/wget.exe https://developer.download.nvidia.com/compute/cuda/12.6.0/network_installers/cuda_12.6.0_windows_network.exe
7778
./cuda_12.6.0_windows_network.exe -s cudart_12.6 nvcc_12.6 visual_studio_integration_12.6 nvtx_12.6 curand_dev_12.6
7879
- uses: actions/setup-python@v5
@@ -166,37 +167,37 @@ jobs:
166167
[
167168
build-linux-all,
168169
build-linux-aarch64-all,
169-
build-windows-pybind,
170+
# build-windows-pybind,
170171
build-mac,
171172
]
172173
permissions:
173174
contents: write
174175
steps:
175-
- name: Download wheels
176-
uses: actions/download-artifact@v4
177-
with:
178-
name: windows-wheel-3.9
179-
path: wheelhouse
180-
- name: Download wheels
181-
uses: actions/download-artifact@v4
182-
with:
183-
name: windows-wheel-3.10
184-
path: wheelhouse
185-
- name: Download wheels
186-
uses: actions/download-artifact@v4
187-
with:
188-
name: windows-wheel-3.11
189-
path: wheelhouse
190-
- name: Download wheels
191-
uses: actions/download-artifact@v4
192-
with:
193-
name: windows-wheel-3.12
194-
path: wheelhouse
195-
- name: Download wheels
196-
uses: actions/download-artifact@v4
197-
with:
198-
name: windows-wheel-3.13
199-
path: wheelhouse
176+
# - name: Download wheels
177+
# uses: actions/download-artifact@v4
178+
# with:
179+
# name: windows-wheel-3.9
180+
# path: wheelhouse
181+
# - name: Download wheels
182+
# uses: actions/download-artifact@v4
183+
# with:
184+
# name: windows-wheel-3.10
185+
# path: wheelhouse
186+
# - name: Download wheels
187+
# uses: actions/download-artifact@v4
188+
# with:
189+
# name: windows-wheel-3.11
190+
# path: wheelhouse
191+
# - name: Download wheels
192+
# uses: actions/download-artifact@v4
193+
# with:
194+
# name: windows-wheel-3.12
195+
# path: wheelhouse
196+
# - name: Download wheels
197+
# uses: actions/download-artifact@v4
198+
# with:
199+
# name: windows-wheel-3.13
200+
# path: wheelhouse
200201
- name: Download wheels
201202
uses: actions/download-artifact@v4
202203
with:

0 commit comments

Comments
 (0)