Skip to content

Commit

Permalink
Merge pull request #301 from nextstrain/update-micromamba
Browse files Browse the repository at this point in the history
runner.conda: Bump Micromamba to 1.1.0
  • Loading branch information
joverlee521 authored Jul 26, 2023
2 parents e2420d4 + 24e1b46 commit 7764aa4
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 @@ -34,7 +34,7 @@
<https://anaconda.org/conda-forge/micromamba/>`__, or the special string
``latest``.
Defaults to ``1.0.0``.
Defaults to ``1.1.0``.
"""

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

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

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

0 comments on commit 7764aa4

Please sign in to comment.