We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93813d3 commit e551545Copy full SHA for e551545
.github/workflows/qiita-ci.yml
@@ -103,7 +103,7 @@ jobs:
103
shell: bash -l {0}
104
run: |
105
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
+ mamba env create --quiet -n qtp-biom --file qiime2-2019.4-py36-linux-conda.yml
107
rm qiime2-2019.4-py36-linux-conda.yml
108
export QIITA_SERVER_CERT=`pwd`/qiita_core/support_files/server.crt
109
export QIITA_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.cfg
0 commit comments