Skip to content

Commit 2fc1563

Browse files
committed
update qiita conda install
1 parent 88611ad commit 2fc1563

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/qiita-plugin-ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ jobs:
6262
6363
# Setting up main qiita conda environment
6464
conda config --add channels conda-forge
65-
conda create -q --yes -n qiita python=3.6 pip==9.0.3 libgfortran numpy nginx cython redis
65+
conda create -q --yes -n qiita python=3.9 libgfortran numpy nginx cython redis
6666
conda activate qiita
67-
pip install --upgrade pip
68-
pip install sphinx sphinx-bootstrap-theme nose-timer codecov Click
6967
7068
- name: Qiita install
7169
shell: bash -l {0}

0 commit comments

Comments
 (0)