Skip to content

Commit

Permalink
runner.conda: Bump Micromamba version from 0.27.0 to 1.0.0
Browse files Browse the repository at this point in the history
It'll be good to be using a 1.0 release!
  • Loading branch information
tsibley committed Nov 1, 2022
1 parent 4e1960b commit 64bacd9
Showing 1 changed file with 2 additions and 2 deletions.
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 64bacd9

Please sign in to comment.