Skip to content

Commit c61d741

Browse files
Fix cache keys (#12388)
1 parent 78b356a commit c61d741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/install-all-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
venv/**
7070
client/python/venv
7171
restore-keys: |
72-
gradio-lib-${{inputs.python_version}}-${{inputs.os}}-latest-pip-
72+
gradio-lib-6.0-dev-${{inputs.python_version}}-${{inputs.os}}-latest-pip-
7373
key: "gradio-lib-6.0-dev-${{inputs.python_version}}-${{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' || ''}}"
7474
- name: Install ffmpeg
7575
uses: FedericoCarboni/setup-ffmpeg@583042d32dd1cabb8bd09df03bde06080da5c87c # @v2

.github/actions/install-frontend-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
with:
1616
path: |
1717
gradio/templates/**
18-
key: gradio-lib-front-end-${{ hashFiles('js/**', 'client/js/**')}}
18+
key: gradio-lib-6.0-dev-front-end-${{ hashFiles('js/**', 'client/js/**')}}
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # @v4
2121
with:

0 commit comments

Comments
 (0)