Skip to content

Commit

Permalink
Merge branch 'main' into docs-contributing-js-oom
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton authored Oct 25, 2024
2 parents 67e367e + 854ec6f commit 21617dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-frontend-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 21617dd

Please sign in to comment.