mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
fix (#7252)
This commit is contained in:
parent
0b09e1bb2f
commit
fb09d6b3fb
2
.github/actions/install-all-deps/action.yml
vendored
2
.github/actions/install-all-deps/action.yml
vendored
@ -68,7 +68,7 @@ runs:
|
||||
client/python/venv
|
||||
restore-keys: |
|
||||
gradio-lib-${{inputs.os}}-latest-pip-
|
||||
key: gradio-lib-${{inputs.os}}-latest-pip-${{ hashFiles('client/python/requirements.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('test/requirements.txt') }}-${{ hashFiles('client/python/test/requirements.txt') }}
|
||||
key: "gradio-lib-${{inputs.os}}-latest-pip-${{ hashFiles('client/python/requirements.txt') }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('test/requirements.txt') }}-${{ hashFiles('client/python/test/requirements.txt') }}${{ inputs.test === 'true' ? '-test' : ''}}"
|
||||
- name: Install Gradio and Client Libraries Locally (Linux)
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user