Skip to content

Commit

Permalink
Updated github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cowart committed Feb 29, 2024
1 parent 0d67d81 commit 09b74dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qiita-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ jobs:
- name: Install Qiita plugins
shell: bash -l {0}
run: |
conda create -q --yes -n klp python=3.9
# seqtk is a conda-installed requirement for metapool and isn't
# installed automatically by its setup.py.
conda config --add channels bioconda
conda create -q --yes -n klp python=3.9 seqtk
conda activate klp
export QIITA_SERVER_CERT=`pwd`/qiita-dev/qiita_core/support_files/server.crt
Expand Down

0 comments on commit 09b74dd

Please sign in to comment.