From afd24583e2bfe7de09e63ef4771b66dce933e4c6 Mon Sep 17 00:00:00 2001 From: Charles Cowart Date: Mon, 22 Jul 2024 13:01:10 -0700 Subject: [PATCH] test removal of pip updates --- .github/workflows/qiita-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/qiita-ci.yml b/.github/workflows/qiita-ci.yml index 70fe684..f4ce0f7 100644 --- a/.github/workflows/qiita-ci.yml +++ b/.github/workflows/qiita-ci.yml @@ -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} @@ -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