File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 64
64
# Setting up main qiita conda environment
65
65
conda config --add channels conda-forge
66
66
conda deactivate
67
- conda install --quiet mamba
68
- mamba create --quiet --yes -n qiita python=3.9 pip libgfortran numpy nginx cython redis
67
+ # conda update conda
68
+ # echo "INSTALLING MAMBA"
69
+ # conda install --quiet mamba
70
+ # echo "INSTALLING QIITA VIA MAMBA"
71
+ conda create --quiet --yes -n qiita python=3.9 pip libgfortran numpy nginx cython redis
69
72
conda env list
70
73
conda activate qiita
71
74
pip install -U pip
@@ -106,7 +109,7 @@ jobs:
106
109
shell : bash -l {0}
107
110
run : |
108
111
wget https://data.qiime2.org/distro/core/qiime2-2019.4-py36-linux-conda.yml
109
- mamba env create --quiet -n qtp-biom --file qiime2-2019.4-py36-linux-conda.yml
112
+ conda env create --quiet -n qtp-biom --file qiime2-2019.4-py36-linux-conda.yml
110
113
rm qiime2-2019.4-py36-linux-conda.yml
111
114
export QIITA_SERVER_CERT=`pwd`/qiita_core/support_files/server.crt
112
115
export QIITA_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.cfg
You can’t perform that action at this time.
0 commit comments