Ci tweaks 5.3 (#9799)

* enable caching

* fix

* more

* more

* ...
This commit is contained in:
pngwn 2024-10-22 18:58:52 +01:00 committed by GitHub
parent 84ca1ec74b
commit ebd904db75
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/**')}}
- name: Install pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # @v4
with: