Skip to content

Commit 90455d7

Browse files
committed
install cuda
1 parent 314a88d commit 90455d7

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,11 @@ jobs:
141141
strategy:
142142
fail-fast: false
143143
matrix:
144-
config_file:
145-
[
144+
config_file: [
146145
".ci_support/win_64_cuda_compilernvcccuda_compiler_version11.8numpy1.22python3.10.____cpython.yaml",
147-
".ci_support/win_64_cuda_compilernvcccuda_compiler_version11.8numpy1.22python3.9.____cpython.yaml",
148-
".ci_support/win_64_cuda_compilernvcccuda_compiler_version11.8numpy1.23python3.11.____cpython.yaml",
149-
".ci_support/win_64_cuda_compilernvcccuda_compiler_version11.8numpy1.26python3.12.____cpython.yaml",
146+
# ".ci_support/win_64_cuda_compilernvcccuda_compiler_version11.8numpy1.22python3.9.____cpython.yaml",
147+
# ".ci_support/win_64_cuda_compilernvcccuda_compiler_version11.8numpy1.23python3.11.____cpython.yaml",
148+
# ".ci_support/win_64_cuda_compilernvcccuda_compiler_version11.8numpy1.26python3.12.____cpython.yaml",
150149
]
151150
runs-on: windows-2019
152151

@@ -160,6 +159,11 @@ jobs:
160159
python-version: "3.10"
161160
channels: conda-forge
162161

162+
- uses: Jimver/[email protected]
163+
id: cuda-toolkit
164+
with:
165+
cuda: "11.8"
166+
163167
- name: Build openmm package
164168
shell: bash -l {0}
165169
run: |

0 commit comments

Comments
 (0)