From c09f441fca0ef5ddd9b6c28578380a3027303603 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 17 Nov 2023 22:59:48 +0100 Subject: [PATCH] old-13.0-selenium --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b3cf48db..d2400858 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -96,7 +96,7 @@ jobs: # # Pytest options are set in `pyproject.toml`. run: | - pip install -vv $(ls ./dist/*.whl)\[acceptance,${{ matrix.pip-extras }}\] selenium==4.14.0 + pip install -vv $(ls ./dist/*.whl)\[acceptance,${{ matrix.pip-extras }}\] selenium==4.13.0 - name: List Python packages run: |