Skip to content

Commit

Permalink
cloudspades install trial 3
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Jan 21, 2025
1 parent 82535f3 commit 65dec5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/qiita-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
export PGPASSWORD=postgres
# Setting up main qiita conda environment
conda config --add channels conda-forge
conda create -q --yes -n qiita python=3.6 pip libgfortran numpy nginx cython redis
conda activate qiita
pip install sphinx sphinx-bootstrap-theme nose-timer codecov Click
# conda config --add channels conda-forge
# conda create -q --yes -n qiita python=3.6 pip libgfortran numpy nginx cython redis
# conda activate qiita
# pip install sphinx sphinx-bootstrap-theme nose-timer codecov Click
- name: Qiita install
shell: bash -l {0}
Expand All @@ -90,7 +90,7 @@ jobs:
# conda deactivate
# installing this plugin
conda create -q --yes -n qp-spades python=3.11 cmake clang zlib flash # spades=3.15.4
conda create -q --yes -n qp-spades python=3.11 cmake clang zlib flash bzip2 # spades=3.15.4
conda activate qp-spades
# installing cloudspades
Expand Down

0 comments on commit 65dec5e

Please sign in to comment.