Skip to content

Commit 181b0bb

Browse files
T4rk1ncamdecoster
andauthored
Apply suggestions from code review
Co-authored-by: Cameron DeCoster <cameron.decoster@gmail.com>
1 parent 76d0724 commit 181b0bb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [master]
66
pull_request:
77
branches: [master]
8+
workflow_dispatch:
89

910
jobs:
1011
python-3-8:
@@ -24,6 +25,8 @@ jobs:
2425

2526
- name: Set up Chrome
2627
uses: browser-actions/setup-chrome@v1
28+
with:
29+
install-chromedriver: true
2730

2831
- name: Set up ChromeDriver
2932
uses: browser-actions/setup-chromedriver@v1
@@ -66,9 +69,8 @@ jobs:
6669

6770
- name: Set up Chrome
6871
uses: browser-actions/setup-chrome@v1
69-
70-
- name: Set up ChromeDriver
71-
uses: browser-actions/setup-chromedriver@v1
72+
with:
73+
install-chromedriver: true
7274

7375
- name: Cache pip dependencies
7476
uses: actions/cache@v4

0 commit comments

Comments
 (0)