Skip to content

Commit

Permalink
Merge pull request #574 from hmaarrfk/23.3
Browse files Browse the repository at this point in the history
Build with conda 24.3
  • Loading branch information
hmaarrfk authored Apr 14, 2024
2 parents 8336419 + f4ffbe6 commit 09dd7a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.1.2-0") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.3.0-0") %}
{% set conda_libmamba_solver_version = "24.1.0"%}
{% set mamba_version = "1.5.7"%}
{% set mamba_version = "1.5.8"%}

name: {{ name }}
version: {{ version }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cp LICENSE "${TEMP_DIR}/"
ls -al "${TEMP_DIR}"

if [[ "${TARGET_PLATFORM}" != win-* ]]; then
MICROMAMBA_VERSION=1.3.1
MICROMAMBA_VERSION=1.5.7
MICROMAMBA_BUILD=0
mkdir "${TEMP_DIR}/micromamba"
pushd "${TEMP_DIR}/micromamba"
Expand Down

0 comments on commit 09dd7a6

Please sign in to comment.