mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Add requirements.txt to the gradio-lib-front-end-lite cache key (#9842)
This commit is contained in:
parent
767643fdec
commit
854ec6ff8f
@ -25,7 +25,7 @@ runs:
|
||||
with:
|
||||
path: |
|
||||
js/lite/dist/**
|
||||
key: gradio-lib-front-end-lite-${{ hashFiles('js/**', 'client/js/**', 'gradio/**')}}
|
||||
key: gradio-lib-front-end-lite-${{ hashFiles('js/**', 'client/js/**', 'gradio/**', 'requirements.txt')}}
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # @v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user