From 8aec95f99e6cf233b6e125502791f27a6af146f3 Mon Sep 17 00:00:00 2001 From: Paavo Pere Date: Mon, 25 Jul 2022 22:46:25 +0300 Subject: [PATCH] specify pip~=22.1 because of https://github.com/pypa/pip/issues/11294 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3fe874f..97b78bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade pip + python -m pip install pip~=22.1 python -m pip install -e '.[test]' - name: Run tests run: pytest --cov --cov-report=term-missing \ No newline at end of file