Skip to content

Commit 950105b

Browse files
committed
debug echos
1 parent fed5786 commit 950105b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
# Setting up main qiita conda environment
6565
conda config --add channels conda-forge
6666
conda deactivate
67+
echo "INSTALLING MAMBA"
6768
conda install --quiet mamba
69+
echo "INSTALLING QIITA VIA MAMBA"
6870
mamba create --quiet --yes -n qiita python=3.9 pip libgfortran numpy nginx cython redis
6971
conda env list
7072
conda activate qiita

0 commit comments

Comments
 (0)