From 65dec5e82d13a42e815f0e645ee7867c473ca65c Mon Sep 17 00:00:00 2001 From: Antonio Gonzalez Date: Tue, 21 Jan 2025 07:50:23 -0700 Subject: [PATCH] cloudspades install trial 3 --- .github/workflows/qiita-plugin-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/qiita-plugin-ci.yml b/.github/workflows/qiita-plugin-ci.yml index 0560cbd..d0a9c87 100644 --- a/.github/workflows/qiita-plugin-ci.yml +++ b/.github/workflows/qiita-plugin-ci.yml @@ -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} @@ -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