We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd1325 commit 33f8626Copy full SHA for 33f8626
.github/workflows/qiita-ci.yml
@@ -63,7 +63,7 @@ jobs:
63
64
# Setting up main qiita conda environment
65
conda config --add channels conda-forge
66
- conda create -q --yes -n qiita python=3.6 pip libgfortran numpy nginx cython redis
+ conda create -q --yes -n qiita python=3.6 pip==9.0.3 libgfortran numpy nginx cython redis
67
conda activate qiita
68
pip install -U pip
69
pip install sphinx sphinx-bootstrap-theme nose-timer Click coverage
0 commit comments