Skip to content

Commit

Permalink
Merge pull request #424 from conda-forge/autoupdate-action
Browse files Browse the repository at this point in the history
Update mamba version and conda to 23.1.0
  • Loading branch information
hmaarrfk authored Mar 26, 2023
2 parents cd205ca + 7b6c99f commit f42e72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = os.environ.get("MINIFORGE_VERSION", "22.11.1-4") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "23.1.0-0") %}
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}

name: {{ name }}
Expand Down Expand Up @@ -30,7 +30,7 @@ specs:
{% endif %}

{% if name.startswith("Mambaforge") %}
- mamba 1.1.0
- mamba 1.4.0
{% endif %}
- conda {{ version.split("-")[0] }}

Expand Down

0 comments on commit f42e72d

Please sign in to comment.