Skip to content

Commit 854ec6f

Browse files
authored
Add requirements.txt to the gradio-lib-front-end-lite cache key (#9842)
1 parent 767643f commit 854ec6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
with:
2626
path: |
2727
js/lite/dist/**
28-
key: gradio-lib-front-end-lite-${{ hashFiles('js/**', 'client/js/**', 'gradio/**')}}
28+
key: gradio-lib-front-end-lite-${{ hashFiles('js/**', 'client/js/**', 'gradio/**', 'requirements.txt')}}
2929
- name: Install pnpm
3030
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # @v4
3131
with:

0 commit comments

Comments
 (0)