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: |