Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Jun 18, 2023
1 parent 9736f25 commit 67ff0eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-all-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Install ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v2
- name: install-frontend
uses: "./install-frontend.yml"
uses: "gradio-app/gradio/.github/workflows/install-frontend.yml"
2 changes: 1 addition & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: install dependencies
uses: "./install-frontend.yml"
uses: "gradio-app/gradio/.github/workflows/install-all-deps.yml@main"
- name: build client
run: pnpm --filter @gradio/client build
- name: typecheck
Expand Down

0 comments on commit 67ff0eb

Please sign in to comment.