Skip to content

Commit

Permalink
Use 'micromamba install' because 'update' does not update pip deps
Browse files Browse the repository at this point in the history
  • Loading branch information
peanutfun committed Jan 13, 2023
1 parent d9b3696 commit 9bf1054
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
container:
image: peanutfunn/climada_env:${{ github.ref_name }}
options: --user root
defaults:
run:
shell: bash -el {0}
steps:
-
name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM mambaorg/micromamba:latest
COPY --chown=$MAMBA_USER:$MAMBA_USER requirements /tmp/requirements/

RUN micromamba install -y -n base -f /tmp/requirements/env_climada.yml && \
micromamba update -y -n base -f /tmp/requirements/env_developer.yml && \
micromamba install -y -n base -f /tmp/requirements/env_developer.yml && \
micromamba clean --all --yes

0 comments on commit 9bf1054

Please sign in to comment.