Skip to content

Commit

Permalink
Remove unnecessary options (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored Oct 13, 2022
1 parent e542c7a commit f347426
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ async function downloadMicromamba (micromambaUrl) {

function makeCondarcOpts (inputs, extraChannels) {
let condarcOpts = {
always_yes: true,
show_channel_urls: true,
channel_priority: inputs.channelPriority
}
if (inputs.channelAlias) {
Expand Down

0 comments on commit f347426

Please sign in to comment.