From f055200effb0062efeeba1f61e77c61b4a0fd487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Leichtfu=C3=9F?= Date: Sun, 12 Feb 2023 20:44:17 +0100 Subject: [PATCH] [gha] also install selenium --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e477c61..6f1ca7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Install Dependencies run: | python -m pip install --upgrade pip - pip install coverage wheel + pip install coverage wheel "selenium<4.3.0" pip install ${{ matrix.django-version }} pip install --editable ./