mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
make gitignore changes and test fix
This commit is contained in:
parent
667fe99a9a
commit
d0edd2e7f0
@ -6,15 +6,13 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- run: mkdir test-reports
|
||||
- restore_cache:
|
||||
key: deps1-{{ .Branch }}-{{ checksum "gradio.egg-info/requires.txt" }}
|
||||
- run:
|
||||
name: Install Python deps in a venv
|
||||
command: |
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
python3 gradio/setup.py install
|
||||
python3 setup.py install
|
||||
pip install selenium==4.0.0a6.post2
|
||||
- run:
|
||||
command: |
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,7 @@
|
||||
venv
|
||||
dist/
|
||||
.eggs/
|
||||
*.egg-info/
|
||||
*.egg-info
|
||||
*.pyc
|
||||
staticfiles
|
||||
.env
|
||||
|
Loading…
Reference in New Issue
Block a user