Skip to content

Commit 76d0724

Browse files
committed
separate chromedriver install
1 parent e03043a commit 76d0724

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424

2525
- name: Set up Chrome
2626
uses: browser-actions/setup-chrome@v1
27-
with:
28-
install-chromedriver: true
27+
28+
- name: Set up ChromeDriver
29+
uses: browser-actions/setup-chromedriver@v1
2930

3031
- name: Cache pip dependencies
3132
uses: actions/cache@v4
@@ -65,8 +66,9 @@ jobs:
6566

6667
- name: Set up Chrome
6768
uses: browser-actions/setup-chrome@v1
68-
with:
69-
install-chromedriver: true
69+
70+
- name: Set up ChromeDriver
71+
uses: browser-actions/setup-chromedriver@v1
7072

7173
- name: Cache pip dependencies
7274
uses: actions/cache@v4

0 commit comments

Comments
 (0)