Skip to content

Commit

Permalink
Revert the changes on pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Apr 11, 2024
1 parent 8aa77c8 commit 81ff38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -47,5 +47,5 @@ runs:
shell: bash
run: |
. venv/bin/activate
python -m pip install -U build hatch packaging>=23.2
python -m pip install build hatch
pnpm --filter @gradio/app build:lite
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build packages
run: |
. venv/bin/activate
pip install -U build hatch packaging>=23.2
pip install build hatch
pnpm --filter @gradio/client --filter @gradio/lite build
- name: create and publish versions
id: changesets
Expand Down

0 comments on commit 81ff38a

Please sign in to comment.