From 3bac15ca5962757fdb43d0e5e4b80f3428ddab79 Mon Sep 17 00:00:00 2001 From: Jeff Dairiki Date: Wed, 4 Sep 2024 16:05:14 -0700 Subject: [PATCH] fixup! flail: attempt testing EOL pythons in workflow --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 295d5ee..50fa923 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,6 @@ jobs: id: setup-python with: python-version: ${{ matrix.python-version }} - update-environment: ${{ ! matrix.eol }} - name: Install tox4 if: ${{ ! matrix.eol }} @@ -41,9 +40,7 @@ jobs: if: ${{ matrix.eol }} run: | python -m pip install --upgrade pip setuptools - pip install tox tox-gh-actions - echo "PATH=${PATH}:${{ steps.setup-python.outputs.python-path }}" >> "$GITHUB_ENV" - + pip install 'tox<4' 'tox-gh-actions<3' 'virtualenv<20.22.0' - name: Test with tox run: tox