From 97dddfc3fd7a00e962707d0d51a619afbd6a4dd2 Mon Sep 17 00:00:00 2001 From: Charles Cowart Date: Tue, 16 Jul 2024 11:50:47 -0700 Subject: [PATCH] Updated CI config --- .github/workflows/qiita-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qiita-ci.yml b/.github/workflows/qiita-ci.yml index 42ac65e..9fe26db 100644 --- a/.github/workflows/qiita-ci.yml +++ b/.github/workflows/qiita-ci.yml @@ -80,6 +80,7 @@ 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 --quiet install .