Commit 6f3843e 1 parent 0e06a28 commit 6f3843e Copy full SHA for 6f3843e
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,15 +224,15 @@ jobs:
224
224
- run :
225
225
name : Install env using main channel
226
226
command : |
227
- conda install -y -q python=3.11 cmake make swig mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64 -c conda-forge
227
+ conda install -y -q python=3.11 cmake make swig=4.0.2 mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64
228
228
- when :
229
229
condition :
230
230
equal : [ "ON", << parameters.raft >> ]
231
231
steps :
232
232
- run :
233
233
name : Install env using conda-forge channel
234
234
command : |
235
- conda install -y -q python=3.11 cmake make swig mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64=2.28 libraft cuda-version=11.8 cuda-toolkit -c rapidsai-nightly -c "nvidia/label/cuda-11.8.0" -c conda-forge
235
+ conda install -y -q python=3.11 cmake make swig=4.0.2 mkl=2023 mkl-devel=2023 numpy scipy pytest gxx_linux-64 sysroot_linux-64=2.28 libraft cuda-version=11.8 cuda-toolkit -c rapidsai-nightly -c "nvidia/label/cuda-11.8.0" -c conda-forge
236
236
- when :
237
237
condition :
238
238
and :
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ outputs:
84
84
build :
85
85
- {{ compiler('cxx') }}
86
86
- sysroot_linux-64 =2.17 # [linux64]
87
- - swig
87
+ - swig =4.0.2
88
88
- cmake >=3.23.1
89
89
- make # [not win]
90
90
host :
You can’t perform that action at this time.
0 commit comments