Install gradio from source for chromatic (#4816)

* Install gradio from source for chromatic

* switch order

* venv
This commit is contained in:
Abubakar Abid 2023-07-06 19:36:26 -05:00 committed by GitHub
parent 5dc445b08f
commit c271a199dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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