Add requirements.txt to the gradio-lib-front-end-lite cache key (#9842)

This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2024-10-26 00:12:50 +09:00 committed by GitHub
parent 767643fdec
commit 854ec6ff8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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