Skip to content

Commit

Permalink
Pin Miniforge version in CI conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
naegelejd committed Oct 14, 2024
1 parent 264f395 commit 22006dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/actions/configure-mrd-build-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Configure MRD Build Environment
description: Configures the conda development environment

# The following inputs are currently expected environment variables:
# YARDL_VERSION, e.g. 0.5.0
# YARDL_VERSION, e.g. 0.6.2
# CONDA_CACHE_NUMBER, e.g. 0

runs:
Expand All @@ -20,7 +20,6 @@ runs:
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Miniforge3
miniforge-version: latest
# Do not specify environment file - see Cache step below
activate-environment: mrd
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/mrd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
with:
auto-activate-base: true
activate-environment: ""
miniforge-variant: Miniforge3
miniforge-version: latest
python-version: 3.10
miniforge-version: 24.3.0-0

- name: Set up just command runner
uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6
Expand Down

0 comments on commit 22006dc

Please sign in to comment.