File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 with :
7474 name : ipyvuetify-dist-${{ github.run_number }}
7575 - name : Install ipyvuetify
76- run : python -m pip install "$(find dist -name *.whl)"
76+ run : |
77+ pip install jupyter_core jupyter-packaging "jupyterlab<4"
78+ python -m pip install https://github.com/widgetti/ipyvue/archive/refs/heads/vue3.zip "$(find dist -name *.whl)"
7779 - name : test import
7880 run : (mkdir test-install; cd test-install; python -c "from ipyvuetify import Btn")
7981
8890 - uses : actions/download-artifact@v3
8991 with :
9092 name : ipyvuetify-dist-${{ github.run_number }}
91- - name : Install ipyvuetify
92- run : python -m pip install "$(find dist -name *.whl)[test]"
93+ run : |
94+ pip install jupyter_core jupyter-packaging "jupyterlab<4"
95+ python -m pip install https://github.com/widgetti/ipyvue/archive/refs/heads/vue3.zip "$(find dist -name *.whl)[test]"
9396 - name : Install chromium
9497 run : playwright install chromium
9598 - name : Run ui-tests
You can’t perform that action at this time.
0 commit comments