mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
checking chrome driver install
This commit is contained in:
parent
5a0d6ecad9
commit
1e9c875143
@ -16,6 +16,11 @@ jobs:
|
||||
pip install --upgrade pip
|
||||
pip install -r gradio.egg-info/requires.txt
|
||||
pip install selenium==4.0.0a6.post2
|
||||
- browser-tools/install-chromedriver
|
||||
- run:
|
||||
command: |
|
||||
chromedriver --version
|
||||
name: Check chrome driver install
|
||||
- save_cache:
|
||||
key: deps1-{{ .Branch }}-{{ checksum "gradio.egg-info/requires.txt" }}
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user