File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -141,12 +141,11 @@ jobs:
141
141
strategy :
142
142
fail-fast : false
143
143
matrix :
144
- config_file :
145
- [
144
+ config_file : [
146
145
" .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",
150
149
]
151
150
runs-on : windows-2019
152
151
@@ -160,6 +159,11 @@ jobs:
160
159
python-version : " 3.10"
161
160
channels : conda-forge
162
161
162
+
163
+ id : cuda-toolkit
164
+ with :
165
+ cuda : " 11.8"
166
+
163
167
- name : Build openmm package
164
168
shell : bash -l {0}
165
169
run : |
You can’t perform that action at this time.
0 commit comments