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: