Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Oct 12, 2022
1 parent 4a43ff2 commit 24422fd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ jobs:
with:
python-version: '3.x'
- run: python -m pip install --upgrade pip
- run: cd ..
- run: ls .
- run: ls scripts
- run: bash scripts/install_gradio.sh
- run: cd ui
- run: cd .. && bash scripts/install_gradio.sh
- run: pnpm install --frozen-lockfile
- run: pnpm exec playwright install chromium
- run: pnpm build
Expand Down

0 comments on commit 24422fd

Please sign in to comment.