Skip to content

Commit

Permalink
install conda packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanssen2 committed Mar 7, 2024
1 parent c841d56 commit 58f3d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qiita-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
conda create --quiet --yes -n qp-dbbact python=3.11 pip
conda activate qp-deblur
# conda install --quiet --yes -c bioconda -c biocore "VSEARCH=2.7.0" MAFFT=7.310 SortMeRNA=2.0 fragment-insertion numpy==1.13.0 cython
conda install --quiet --yes -c bioconda -c biocore scikit-bio biom-format pandas wordcloud
export QIITA_SERVER_CERT=`pwd`/qiita-dev/qiita_core/support_files/server.crt
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
Expand Down

0 comments on commit 58f3d85

Please sign in to comment.