This commit is contained in:
pngwn 2024-02-01 11:18:22 +00:00 committed by GitHub
parent 0b09e1bb2f
commit fb09d6b3fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |