From 09b4c30becbe249b42b75082ec61ff994c46f8cf Mon Sep 17 00:00:00 2001 From: Ritwik G Date: Fri, 31 Jan 2025 21:06:58 +0530 Subject: [PATCH] added chrome and chrome dirver installtion --- .github/workflows/ci-container-build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-container-build.yaml b/.github/workflows/ci-container-build.yaml index 259930c67..b2de1475a 100644 --- a/.github/workflows/ci-container-build.yaml +++ b/.github/workflows/ci-container-build.yaml @@ -57,6 +57,11 @@ jobs: with: python-version: '3.9' + - uses: browser-actions/setup-chrome@v1 + with: + chrome-version: 126 + install-chromedriver: true + - name: Cache tox environments uses: actions/cache@v4 with: