Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 727e6e2

Browse files
committedNov 1, 2023
temp: install solara from branch
1 parent ff280c8 commit 727e6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def run(self):
206206
],
207207
extras_require={
208208
"test": [
209-
"solara[pytest]",
209+
"solara[pytest] @ https://github.com/widgetti/solara/archive/refs/heads/11-01-feat_support_for_ipyvue_and_ipyvuetify_v3.zip", # noqa: E501
210210
],
211211
"dev": [
212212
"pre-commit",

0 commit comments

Comments
 (0)
Please sign in to comment.