From f11e828e774cd6b5e05cee2b57787c190b86c021 Mon Sep 17 00:00:00 2001 From: Peter Mathis Date: Thu, 29 Aug 2024 16:50:12 +0200 Subject: [PATCH] unpin chromedriver --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99333c88..42a82c23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: uses: nanasess/setup-chromedriver@v2 with: # see https://github.com/nanasess/setup-chromedriver/issues/199 - chromedriver-version: '117.0.5938.92' + #chromedriver-version: '117.0.5938.92' if: matrix.test_layer != 'IntegrationTesting' - name: Start Browser if: matrix.test_layer != 'IntegrationTesting'