File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ jobs:
64
64
# Setting up main qiita conda environment
65
65
conda config --add channels conda-forge
66
66
conda deactivate
67
- conda update conda
68
- echo "INSTALLING MAMBA"
69
- conda install --quiet mamba
70
- echo "INSTALLING QIITA VIA MAMBA"
71
- 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
72
72
conda env list
73
73
conda activate qiita
74
74
pip install -U pip
@@ -109,7 +109,7 @@ jobs:
109
109
shell : bash -l {0}
110
110
run : |
111
111
wget https://data.qiime2.org/distro/core/qiime2-2019.4-py36-linux-conda.yml
112
- 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
113
113
rm qiime2-2019.4-py36-linux-conda.yml
114
114
export QIITA_SERVER_CERT=`pwd`/qiita_core/support_files/server.crt
115
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