mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
update config
This commit is contained in:
parent
a49c4c965d
commit
782917896d
@ -13,7 +13,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install -r requirements/dev.txt
|
pip install -r gradio.egg-info/requires.txt
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: deps1-{{ .Branch }}-{{ checksum "gradio.egg-info/requires.txt" }}
|
key: deps1-{{ .Branch }}-{{ checksum "gradio.egg-info/requires.txt" }}
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user