Skip to content

Commit

Permalink
Idiot bug in the last release
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-intel committed Oct 20, 2023
1 parent 9566106 commit 1aa9a9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions metaflow_extensions/netflix_ext/plugins/conda/conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -2331,11 +2331,9 @@ def _create(self, env: ResolvedEnvironment, env_name: str) -> str:
"WARNING: conda/mamba do not properly handle installing .conda "
"packages in offline mode (See https://github.com/conda/conda/issues/11775)."
)
self.echo(
"Going to install micromamba at %s to create environment."
% self._bins["micromamba"]
)
self.echo("Going to install micromamba to create environment ...", nl=False)
self._bins["micromamba"] = self._ensure_micromamba()
self.echo(" installed at %s" % self._bins["micromamba"])

self.echo(" Extracting and linking Conda environment ...", nl=False)

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
netflixext_version = "1.0.6"
netflixext_version = "1.0.7"

0 comments on commit 1aa9a9f

Please sign in to comment.