Skip to content

Commit dcf6cbe

Browse files
install is broken (#3143)
* fix build * update pip * rm pip install * conda version * conda autoupdate default * adding @ElDeveloper comments * setuptools==58.0.3 * + sphinx==4.1.2 * Update .github/workflows/qiita-ci.yml * Update .github/workflows/qiita-ci.yml Co-authored-by: Yoshiki Vázquez Baeza <[email protected]>
1 parent 7d4ad95 commit dcf6cbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/qiita-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
conda config --add channels conda-forge
6666
conda create -q --yes -n qiita python=3.6 pip libgfortran numpy nginx cython redis
6767
conda activate qiita
68+
pip install -U pip
69+
pip install 'setuptools<=58.0.1'
6870
pip install sphinx sphinx-bootstrap-theme nose-timer Click coverage
6971
7072
# Configuring SSH

0 commit comments

Comments
 (0)