Skip to content

Commit

Permalink
Teest mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjeldsberg committed Sep 28, 2022
1 parent f267564 commit 9eeb987
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,18 @@ jobs:
# Export path
export PATH="$HOME/miniconda/bin:$PATH"
hash -r
# Set conda parameters
conda config --set always_yes yes --set changeps1 no
conda config --add channels conda-forge
conda config --set channel_priority strict
# Set up environment
conda create -n morphman morphman pytest
conda install mamba
mamba create -n morphman morphman
# Activate environment
conda init bash
source ~/.bashrc
conda activate morphman
source activate morphman
# Useful for debugging any issues with conda
conda info -a
Expand Down

0 comments on commit 9eeb987

Please sign in to comment.