From 8a93a163730487cb24b2cb9b22bd9f62a57b5793 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 19 Dec 2022 15:43:19 +0100 Subject: [PATCH] Enforce tox < 4 to get GHA green again. (#54) This is needed until https://github.com/tox-dev/tox/issues/2752 is solved. --- .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 5c0afda..4f407cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-factor + pip install 'tox < 4' tox-factor - name: Install dependencies (firefox) if: matrix.browser == 'ff' run: |