Skip to content

Commit

Permalink
ci: install solara for website deploy with new separate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Apr 8, 2024
1 parent e5f5724 commit 5e9dabc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/webdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:

- name: Install solara
run: |
pip install -e ".[documentation]" playwright==1.39.0
(cd packages/solara-enterprise && pip install ".[all]")
pip install -e ."[all]" -e packages/solara-server"[starlette]" -e packages/solara-meta"[documentation]" -e packages/solara-enterprise"[all]" playwright==1.39.0
- name: Install Playwright
run: |
Expand Down

0 comments on commit 5e9dabc

Please sign in to comment.