Skip to content

Commit

Permalink
Remove packging installation
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Apr 25, 2024
1 parent 6cea830 commit 4a4f18d
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 # packaging>=23.2 is needed to build Lite due to https://github.com/pypa/hatch/issues/1381
python -m pip install -U 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 @@ -25,7 +25,7 @@ jobs:
- name: Build packages
run: |
. venv/bin/activate
pip install -U build hatch packaging>=23.2 # packaging>=23.2 is needed to build Lite due to https://github.com/pypa/hatch/issues/1381
pip install -U build hatch
pnpm --filter @gradio/client --filter @gradio/lite build
- name: create and publish versions
id: changesets
Expand Down

0 comments on commit 4a4f18d

Please sign in to comment.