Skip to content

Commit 3784e81

Browse files
[py] Remove chrome setup as Github actions already has it
1 parent 53a20ad commit 3784e81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ jobs:
100100
uses: actions/setup-java@v1
101101
with:
102102
java-version: '11'
103-
- name: Setup Chrome and chromedriver
104-
uses: ./.github/actions/setup-chrome
105103
- name: Start XVFB
106104
run: Xvfb :99 &
107105
- name: Run browser tests in Chrome

0 commit comments

Comments
 (0)