We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b9988 commit c5bb19cCopy full SHA for c5bb19c
1 file changed
lib/native-package-installer/platform/conda.rb
@@ -29,7 +29,7 @@ def package(spec)
29
end
30
31
def install_command
32
- "conda install -c conda-forge"
+ "conda install -c conda-forge -y"
33
34
35
def need_super_user_priviledge?
0 commit comments