From 4288e260b17567e7447fa6b821f028653e97ec31 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Mon, 13 May 2024 11:58:56 -0400 Subject: [PATCH] Use already-installed pip --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ea19fcc..8364d428 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,10 +18,10 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + cache: 'pip' - name: Install dependencies - run: | - python -m pip install --upgrade pip + run: pip install brotlipy coverage pytest-cov codecov jinja2<3.0.0 itsdangerous<2.0.0 - name: Install warcio