We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8c50e commit 30e9613Copy full SHA for 30e9613
.github/workflows/unit.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: Install vuetify and test deps
118
run: |
119
wheel=(dist/*.whl)
120
- pip install ${wheel}[test] "jupyter_server<2"
+ pip install ${wheel} https://github.com/widgetti/ipyvuetify/archive/refs/heads/vuetify3.zip ${wheel}[test] "jupyter_server<2"
121
122
- name: Install playwright browsers
123
run: playwright install chromium
0 commit comments