Skip to content

Commit

Permalink
added chrome and chrome dirver installtion
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwik-g committed Jan 31, 2025
1 parent e1bc12a commit 09b4c30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 09b4c30

Please sign in to comment.