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 b0cb09f commit afd2458Copy full SHA for afd2458
.github/workflows/qiita-ci.yml
@@ -67,7 +67,6 @@ jobs:
67
conda config --add channels conda-forge
68
conda create -q --yes -n qiita python=3.9 libgfortran numpy nginx cython redis
69
conda activate qiita
70
- python -m pip install --upgrade pip
71
72
- name: Qiita install
73
shell: bash -l {0}
@@ -81,7 +80,6 @@ jobs:
81
80
run: |
82
conda create --yes -n qiita_client python=${{ matrix.python-version }} pip nose flake8 coverage
83
conda activate qiita_client
84
85
pip install .
86
87
- name: Starting Main Services
0 commit comments