mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
update config file
This commit is contained in:
parent
fc1ce84e8c
commit
a49c4c965d
@ -7,7 +7,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run: mkdir test-reports
|
- run: mkdir test-reports
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
|
key: deps1-{{ .Branch }}-{{ checksum "gradio.egg-info/requires.txt" }}
|
||||||
- run:
|
- run:
|
||||||
name: Install Python deps in a venv
|
name: Install Python deps in a venv
|
||||||
command: |
|
command: |
|
||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install -r requirements/dev.txt
|
pip install -r requirements/dev.txt
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
|
key: deps1-{{ .Branch }}-{{ checksum "gradio.egg-info/requires.txt" }}
|
||||||
paths:
|
paths:
|
||||||
- "venv"
|
- "venv"
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
Reference in New Issue
Block a user