mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Install gradio from source for chromatic (#4816)
* Install gradio from source for chromatic * switch order * venv
This commit is contained in:
parent
5dc445b08f
commit
c271a199dd
8
.github/workflows/ui.yml
vendored
8
.github/workflows/ui.yml
vendored
@ -64,15 +64,15 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: install gradio
|
||||
run: python -m pip install gradio==$(cat gradio/version.txt)
|
||||
- name: generate theme.css
|
||||
run: python scripts/generate_theme.py --outfile js/storybook/theme.css
|
||||
- name: install dependencies
|
||||
uses: "./.github/actions/install-all-deps"
|
||||
with:
|
||||
always-install-pnpm: true
|
||||
skip_build: 'true'
|
||||
- name: generate theme.css
|
||||
run: |
|
||||
. venv/bin/activate
|
||||
python scripts/generate_theme.py --outfile js/storybook/theme.css
|
||||
- name: build storybook
|
||||
run: pnpm build-storybook --quiet
|
||||
- name: publish to chromatic
|
||||
|
Loading…
x
Reference in New Issue
Block a user