Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Dec 8, 2023
1 parent 0093969 commit 84148af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
node-version: 18
cache: pnpm
cache-dependency-path: frontend/pnpm-lock.yaml
- name: Install gradio build
run: python -m pip install gradio
- name: Install gradio
run: python -m pip install gradio build
- name: Build pr package
run: |
gradio cc install --npm-install="pnpm i"
Expand Down

0 comments on commit 84148af

Please sign in to comment.