|
73 | 73 | - name: setup CUDA |
74 | 74 | shell: bash |
75 | 75 | 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 |
76 | 77 | 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 |
77 | 78 | ./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 |
78 | 79 | - uses: actions/setup-python@v5 |
@@ -166,37 +167,37 @@ jobs: |
166 | 167 | [ |
167 | 168 | build-linux-all, |
168 | 169 | build-linux-aarch64-all, |
169 | | - build-windows-pybind, |
| 170 | + # build-windows-pybind, |
170 | 171 | build-mac, |
171 | 172 | ] |
172 | 173 | permissions: |
173 | 174 | contents: write |
174 | 175 | 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 |
200 | 201 | - name: Download wheels |
201 | 202 | uses: actions/download-artifact@v4 |
202 | 203 | with: |
|
0 commit comments