Skip to content

Commit

Permalink
test removal of pip updates
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cowart committed Jul 22, 2024
1 parent b0cb09f commit afd2458
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/qiita-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
conda config --add channels conda-forge
conda create -q --yes -n qiita python=3.9 libgfortran numpy nginx cython redis
conda activate qiita
python -m pip install --upgrade pip
- name: Qiita install
shell: bash -l {0}
Expand All @@ -81,7 +80,6 @@ jobs:
run: |
conda create --yes -n qiita_client python=${{ matrix.python-version }} pip nose flake8 coverage
conda activate qiita_client
python -m pip install --upgrade pip
pip install .
- name: Starting Main Services
Expand Down

0 comments on commit afd2458

Please sign in to comment.