Skip to content

Commit c5bb19c

Browse files
committed
conda: add missing -y
1 parent 43b9988 commit c5bb19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/native-package-installer/platform

lib/native-package-installer/platform/conda.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def package(spec)
2929
end
3030

3131
def install_command
32-
"conda install -c conda-forge"
32+
"conda install -c conda-forge -y"
3333
end
3434

3535
def need_super_user_priviledge?

0 commit comments

Comments
 (0)