Skip to content

Commit

Permalink
focus on mamba/miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRa42 committed Nov 5, 2024
1 parent 220b881 commit ce8ed61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
run: |
conda init bash
source ~/.bashrc
conda info
source activate ci_env
shell: bash

Expand All @@ -59,7 +58,7 @@ jobs:
source ~/.bashrc
mamba env remove --name ci_temp_env --yes || echo "Environment ci_temp_env does not exist"
conda create -n ci_temp_env --clone ci_env
mamba create -n ci_temp_env --clone ci_env
source activate ci_temp_env
mamba install json5
rm -rf tests/testdata
Expand Down Expand Up @@ -131,7 +130,6 @@ jobs:
run: |
conda init bash
source ~/.bashrc
conda info
source activate ci_env
make lint
shell: bash
Expand Down Expand Up @@ -174,7 +172,6 @@ jobs:
run: |
conda init bash
source ~/.bashrc
conda info
source activate ci_env
make urlcheck
shell: bash
Expand All @@ -194,7 +191,7 @@ jobs:
if: env.SKIP_INSTALL == 'false'
run: |
source $HOME/miniconda/bin/activate
mamba update -n base mamba conda
mamba update -n base
mamba info
mamba env remove --name sarvey_testinstall --yes || echo "Environment sarvey_testinstall does not exist"
pip install conda-merge
Expand Down
2 changes: 1 addition & 1 deletion tests/CI_docker/context/sarvey_ci.docker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM condaforge/mambaforge:latest as conda
FROM condaforge/miniforge3:latest

# update base environment
RUN --mount=type=cache,target=/opt/conda/pkgs \
Expand Down

0 comments on commit ce8ed61

Please sign in to comment.