From 91931b8284a141f3c2107d6ea87b457fa1025503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Tue, 25 Oct 2022 23:26:16 +0300 Subject: [PATCH] Removed another instance of the pip workaround --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e54d72..77d65b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,8 +39,6 @@ jobs: with: path: ~/.cache/pip key: pip-test-${{ matrix.python-version }}-${{ matrix.os }} - - name: Work around a problem with pip 22.1 - run: pip install "pip>=22.1.1" - name: Install dependencies run: pip install .[test] coverage[toml] coveralls - name: Test with pytest