Skip to content

Commit

Permalink
Merge branch 'trs/conda/bump-micromamba-pin'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Nov 23, 2022
2 parents c064354 + 4ca463d commit 2d36a7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ development source code and as such may not be routinely kept up to date.

# __NEXT__

## Development

* The Conda runtime now uses Micromamba 1.0.0 (an upgrade from 0.27.0).
([#233](https://github.com/nextstrain/cli/pull/233))


# 5.0.1 (1 November 2022)

Expand Down
4 changes: 2 additions & 2 deletions nextstrain/cli/runner/conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<https://anaconda.org/conda-forge/micromamba/>`__, or the special string
``latest``.
Defaults to ``0.27.0``.
Defaults to ``1.0.0``.
"""

import json
Expand Down Expand Up @@ -59,7 +59,7 @@

# If you update the version pin below, please update the docstring above too.
MICROMAMBA_VERSION = os.environ.get("NEXTSTRAIN_CONDA_MICROMAMBA_VERSION") \
or "0.27.0"
or "1.0.0"

NEXTSTRAIN_CHANNEL = os.environ.get("NEXTSTRAIN_CONDA_CHANNEL") \
or "nextstrain"
Expand Down

0 comments on commit 2d36a7b

Please sign in to comment.