Skip to content

Commit

Permalink
Merge pull request #378 from trallard/trallard/patch-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez authored Nov 14, 2024
2 parents e2966bb + eef9fb4 commit b429cf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/setup/index.js

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

4 changes: 2 additions & 2 deletions src/conda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ export async function applyCondaConfiguration(
if (channel === "nodefaults") {
core.warning(
"'nodefaults' channel detected: will remove 'defaults' if added implicitly. " +
"In the future, 'nodefaults' as a way of removing 'defaults' won't be supported. " +
"Please set 'conda-remove-defaults' = 'true' to remove this warning.",
"In the future, 'nodefaults' to remove 'defaults' won't be supported. " +
"Please set 'conda-remove-defaults' = 'true' in setup-miniconda to remove this warning.",
);
removeDefaults = true;
continue;
Expand Down

0 comments on commit b429cf0

Please sign in to comment.