Skip to content

Commit 33f8626

Browse files
committed
only pip==9.0.3
1 parent 8cd1325 commit 33f8626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
# Setting up main qiita conda environment
6565
conda config --add channels conda-forge
66-
conda create -q --yes -n qiita python=3.6 pip libgfortran numpy nginx cython redis
66+
conda create -q --yes -n qiita python=3.6 pip==9.0.3 libgfortran numpy nginx cython redis
6767
conda activate qiita
6868
pip install -U pip
6969
pip install sphinx sphinx-bootstrap-theme nose-timer Click coverage

0 commit comments

Comments
 (0)