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 7eb0038 commit 8612459Copy full SHA for 8612459
.github/workflows/qiita-ci.yml
@@ -104,7 +104,7 @@ jobs:
104
- name: Install plugins
105
shell: bash -l {0}
106
run: |
107
- conda env create -n qtp-biom --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.5-py39-linux-conda.yml
+ conda env create -n qtp-biom --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-linux-conda.yml
108
export QIITA_ROOTCA_CERT=`pwd`/qiita_core/support_files/ci_rootca.crt
109
export QIITA_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.cfg
110
export REDBIOM_HOST="http://localhost:7379"
0 commit comments