Skip to content

Commit afd2458

Browse files
test removal of pip updates
1 parent b0cb09f commit afd2458

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
conda config --add channels conda-forge
6868
conda create -q --yes -n qiita python=3.9 libgfortran numpy nginx cython redis
6969
conda activate qiita
70-
python -m pip install --upgrade pip
7170
7271
- name: Qiita install
7372
shell: bash -l {0}
@@ -81,7 +80,6 @@ jobs:
8180
run: |
8281
conda create --yes -n qiita_client python=${{ matrix.python-version }} pip nose flake8 coverage
8382
conda activate qiita_client
84-
python -m pip install --upgrade pip
8583
pip install .
8684
8785
- name: Starting Main Services

0 commit comments

Comments
 (0)