File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
with :
76
76
name : ipyvuetify-dist-${{ github.run_number }}
77
77
- name : Install ipyvuetify
78
- run : python -m pip install "$(find dist -name *.whl)"
78
+ run : python -m pip install https://github.com/widgetti/ipyvue/archive/refs/heads/vue3.zip "$(find dist -name *.whl)"
79
79
- name : test import
80
80
run : (mkdir test-install; cd test-install; python -c "from ipyvuetify import Btn")
81
81
91
91
with :
92
92
name : ipyvuetify-dist-${{ github.run_number }}
93
93
- name : Install ipyvuetify
94
- run : python -m pip install "$(find dist -name *.whl)[test]"
94
+ run : python -m pip install https://github.com/widgetti/ipyvue/archive/refs/heads/vue3.zip "$(find dist -name *.whl)[test]"
95
95
- name : Install chromium
96
96
run : playwright install chromium
97
97
- name : Run ui-tests
You can’t perform that action at this time.
0 commit comments