Skip to content

Commit 30e9613

Browse files
ci: install vuetify3
1 parent 0e8c50e commit 30e9613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install vuetify and test deps
118118
run: |
119119
wheel=(dist/*.whl)
120-
pip install ${wheel}[test] "jupyter_server<2"
120+
pip install ${wheel} https://github.com/widgetti/ipyvuetify/archive/refs/heads/vuetify3.zip ${wheel}[test] "jupyter_server<2"
121121
122122
- name: Install playwright browsers
123123
run: playwright install chromium

0 commit comments

Comments
 (0)