Skip to content

Commit e551545

Browse files
committed
rm --yes env create
1 parent 93813d3 commit e551545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
shell: bash -l {0}
104104
run: |
105105
wget https://data.qiime2.org/distro/core/qiime2-2019.4-py36-linux-conda.yml
106-
mamba env create --yes --quiet -n qtp-biom --file qiime2-2019.4-py36-linux-conda.yml
106+
mamba env create --quiet -n qtp-biom --file qiime2-2019.4-py36-linux-conda.yml
107107
rm qiime2-2019.4-py36-linux-conda.yml
108108
export QIITA_SERVER_CERT=`pwd`/qiita_core/support_files/server.crt
109109
export QIITA_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.cfg

0 commit comments

Comments
 (0)