make gitignore changes and test fix

This commit is contained in:
Ali Abid 2021-08-11 18:39:32 +00:00
parent 667fe99a9a
commit d0edd2e7f0
2 changed files with 2 additions and 4 deletions

View File

@ -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
View File

@ -1,7 +1,7 @@
venv
dist/
.eggs/
*.egg-info/
*.egg-info
*.pyc
staticfiles
.env